Html Css Color HEX #BEFEE8 Humming Bird

📋 copy color: '#BEFEE8'

red 190 ◦ green 254 ◦ blue 232

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

Shades of Humming Bird #BEFEE8

Tints of Humming Bird #BEFEE8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.57%

 BLUE value IS 232 (91.02% from 255) = 34.32%

R = 28.11%
G = 37.57%
B = 34.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#BEFEE8 (or 0xBEFEE8) is known color: Humming Bird. HEX triplet: BE, FE and E8. RGB value is (190,254,232). Sum of RGB (Red+Green+Blue) = 190+254+232=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEE8 is #410117. Grayscale: #E8E8E8. Windows color (decimal): -4260120 or 15269566. OLE color: 15269566.

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

Color convert

RGB 190 254 232 -
CMYK 0.25 0 0.09 0.00
HSL 159.38º 0.97% 0.87% -
HSV(B) 159.38º 0.25% 1% -
XYZ 71.24 87.66 89.51 -
YUV 232.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 190 254 232 0.25 0 0.09 0.00 159.38 0.97 0.87
Hex BE FE E8 19 0 9 0 9F 61 57
Octal 276 376 350 31 0 11 0 237 141 127
Binary 10111110 11111110 11101000 11001 0 1001 0 10011111 1100001 1010111

Color Harmonies of #BEFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEE8

Black with #BEFEE8

Text Example


Text Example

White with #BEFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEE8; }

 p { color: rgb(190,254,232); }

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

background-color css

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

 a { background-color: rgb(190,254,232); }

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

border-color css

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

 span { border-color: rgb(190,254,232); }

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