Html Css Color HEX #BEFCE8 Humming Bird

📋 copy color: '#BEFCE8'

red 190 ◦ green 252 ◦ blue 232

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

Shades of Humming Bird #BEFCE8

Tints of Humming Bird #BEFCE8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.39%

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

R = 28.19%
G = 37.39%
B = 34.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#BEFCE8 (or 0xBEFCE8) is known color: Humming Bird. HEX triplet: BE, FC and E8. RGB value is (190,252,232). Sum of RGB (Red+Green+Blue) = 190+252+232=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCE8 is #410317. Grayscale: #E7E7E7. Windows color (decimal): -4260632 or 15269054. OLE color: 15269054.

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

Color convert

RGB 190 252 232 -
CMYK 0.25 0 0.08 0.01
HSL 160.65º 0.91% 0.87% -
HSV(B) 160.65º 0.25% 0.99% -
XYZ 70.61 86.39 89.3 -
YUV 231.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 190 252 232 0.25 0 0.08 0.01 160.65 0.91 0.87
Hex BE FC E8 19 0 8 1 A1 5B 57
Octal 276 374 350 31 0 10 1 241 133 127
Binary 10111110 11111100 11101000 11001 0 1000 1 10100001 1011011 1010111

Color Harmonies of #BEFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCE8

Black with #BEFCE8

Text Example


Text Example

White with #BEFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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