Html Css Color HEX #BEFFE4 Humming Bird

📋 copy color: '#BEFFE4'

red 190 ◦ green 255 ◦ blue 228

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

Shades of Humming Bird #BEFFE4

Tints of Humming Bird #BEFFE4

RGB

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

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

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

R = 28.23%
G = 37.89%
B = 33.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#BEFFE4 (or 0xBEFFE4) is known color: Humming Bird. HEX triplet: BE, FF and E4. RGB value is (190,255,228). Sum of RGB (Red+Green+Blue) = 190+255+228=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFE4 is #41001B. Grayscale: #E8E8E8. Windows color (decimal): -4259868 or 15007678. OLE color: 15007678.

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

Color convert

RGB 190 255 228 -
CMYK 0.25 0 0.11 0
HSL 155.08º 1% 0.87% -
HSV(B) 155.08º 0.25% 1% -
XYZ 71 88.07 86.66 -
YUV 232.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 190 255 228 0.25 0 0.11 0 155.08 1 0.87
Hex BE FF E4 19 0 B 0 9B 64 57
Octal 276 377 344 31 0 13 0 233 144 127
Binary 10111110 11111111 11100100 11001 0 1011 0 10011011 1100100 1010111

Color Harmonies of #BEFFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFE4

Black with #BEFFE4

Text Example


Text Example

White with #BEFFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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