Html Css Color HEX #BEFEE4 Humming Bird

📋 copy color: '#BEFEE4'

red 190 ◦ green 254 ◦ blue 228

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

Shades of Humming Bird #BEFEE4

Tints of Humming Bird #BEFEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 28.27%
G = 37.8%
B = 33.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#BEFEE4 (or 0xBEFEE4) is known color: Humming Bird. HEX triplet: BE, FE and E4. RGB value is (190,254,228). Sum of RGB (Red+Green+Blue) = 190+254+228=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEE4 is #41011B. Grayscale: #E7E7E7. Windows color (decimal): -4260124 or 15007422. OLE color: 15007422.

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

Color convert

RGB 190 254 228 -
CMYK 0.25 0 0.10 0.00
HSL 155.63º 0.97% 0.87% -
HSV(B) 155.63º 0.25% 1% -
XYZ 70.68 87.43 86.55 -
YUV 231.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 190 254 228 0.25 0 0.10 0.00 155.63 0.97 0.87
Hex BE FE E4 19 0 A 0 9C 61 57
Octal 276 376 344 31 0 12 0 234 141 127
Binary 10111110 11111110 11100100 11001 0 1010 0 10011100 1100001 1010111

Color Harmonies of #BEFEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEE4

Black with #BEFEE4

Text Example


Text Example

White with #BEFEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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