Html Css Color HEX #BEFFEC Humming Bird

📋 copy color: '#BEFFEC'

red 190 ◦ green 255 ◦ blue 236

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

Shades of Humming Bird #BEFFEC

Tints of Humming Bird #BEFFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.65%

R = 27.9%
G = 37.44%
B = 34.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#BEFFEC (or 0xBEFFEC) is known color: Humming Bird. HEX triplet: BE, FF and EC. RGB value is (190,255,236). Sum of RGB (Red+Green+Blue) = 190+255+236=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEC is #410013. Grayscale: #E9E9E9. Windows color (decimal): -4259860 or 15531966. OLE color: 15531966.

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

Color convert

RGB 190 255 236 -
CMYK 0.25 0 0.07 0
HSL 162.46º 1% 0.87% -
HSV(B) 162.46º 0.25% 1% -
XYZ 72.14 88.52 92.64 -
YUV 233.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 190 255 236 0.25 0 0.07 0 162.46 1 0.87
Hex BE FF EC 19 0 7 0 A2 64 57
Octal 276 377 354 31 0 7 0 242 144 127
Binary 10111110 11111111 11101100 11001 0 111 0 10100010 1100100 1010111

Color Harmonies of #BEFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFEC

Black with #BEFFEC

Text Example


Text Example

White with #BEFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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