Html Css Color HEX #BEFFF0 Humming Bird

📋 copy color: '#BEFFF0'

red 190 ◦ green 255 ◦ blue 240

#BEFFF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #BEFFF0

Tints of Humming Bird #BEFFF0

RGB

 RED value IS 190 (74.61% from 255) = 27.74%

 GREEN value IS 255 (100% from 255) = 37.23%

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 27.74%
G = 37.23%
B = 35.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEFFF0 (or 0xBEFFF0) is known color: Humming Bird. HEX triplet: BE, FF and F0. RGB value is (190,255,240). Sum of RGB (Red+Green+Blue) = 190+255+240=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF0 is #41000F. Grayscale: #E9E9E9. Windows color (decimal): -4259856 or 15794110. OLE color: 15794110.

HSL color Cylindrical-coordinate representation of color #BEFFF0: hue angle of 166.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFF0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 240 -
CMYK 0.25 0 0.06 0
HSL 166.15º 1% 0.87% -
HSV(B) 166.15º 0.25% 1% -
XYZ 72.72 88.76 95.74 -
YUV 233.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 190 255 240 0.25 0 0.06 0 166.15 1 0.87
Hex BE FF F0 19 0 6 0 A6 64 57
Octal 276 377 360 31 0 6 0 246 144 127
Binary 10111110 11111111 11110000 11001 0 110 0 10100110 1100100 1010111

Color Harmonies of #BEFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF0

Black with #BEFFF0

Text Example


Text Example

White with #BEFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF0; }

 p { color: rgb(190,255,240); }

 H1.HeaderClassName
 {
   color: #BEFFF0;
 }
 .AnyTagClassName
 {
   color: #BEFFF0;
 }
</style>

background-color css

<style>
 a { background-color: #BEFFF0; }

 a { background-color: rgb(190,255,240); }

 div.DivClassName
 {
   background-color: #BEFFF0;
 }
 .BgClassName
 {
   background-color: #BEFFF0;
 }
</style>

border-color css

<style>
 span { border-color: #BEFFF0; }

 span { border-color: rgb(190,255,240); }

 td.TdClassName
 {
   border-color: #BEFFF0;
 }
 .TagClassName
 {
   border-color: #BEFFF0;
 }
</style>