Html Css Color HEX #BEFCE5 Humming Bird

📋 copy color: '#BEFCE5'

red 190 ◦ green 252 ◦ blue 229

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

Shades of Humming Bird #BEFCE5

Tints of Humming Bird #BEFCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 28.32%
G = 37.56%
B = 34.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BEFCE5 (or 0xBEFCE5) is known color: Humming Bird. HEX triplet: BE, FC and E5. RGB value is (190,252,229). Sum of RGB (Red+Green+Blue) = 190+252+229=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCE5 is #41031A. Grayscale: #E6E6E6. Windows color (decimal): -4260635 or 15072446. OLE color: 15072446.

HSL color Cylindrical-coordinate representation of color #BEFCE5: hue angle of 157.74º 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 #BEFCE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 229 -
CMYK 0.25 0 0.09 0.01
HSL 157.74º 0.91% 0.87% -
HSV(B) 157.74º 0.25% 0.99% -
XYZ 70.19 86.23 87.07 -
YUV 230.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 190 252 229 0.25 0 0.09 0.01 157.74 0.91 0.87
Hex BE FC E5 19 0 9 1 9E 5B 57
Octal 276 374 345 31 0 11 1 236 133 127
Binary 10111110 11111100 11100101 11001 0 1001 1 10011110 1011011 1010111

Color Harmonies of #BEFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCE5

Black with #BEFCE5

Text Example


Text Example

White with #BEFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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