Html Css Color HEX #BEFFEB Humming Bird

📋 copy color: '#BEFFEB'

red 190 ◦ green 255 ◦ blue 235

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

Shades of Humming Bird #BEFFEB

Tints of Humming Bird #BEFFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.56%

R = 27.94%
G = 37.5%
B = 34.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#BEFFEB (or 0xBEFFEB) is known color: Humming Bird. HEX triplet: BE, FF and EB. RGB value is (190,255,235). Sum of RGB (Red+Green+Blue) = 190+255+235=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEB is #410014. Grayscale: #E9E9E9. Windows color (decimal): -4259861 or 15466430. OLE color: 15466430.

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

Color convert

RGB 190 255 235 -
CMYK 0.25 0 0.08 0
HSL 161.54º 1% 0.87% -
HSV(B) 161.54º 0.25% 1% -
XYZ 71.99 88.47 91.88 -
YUV 233.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 190 255 235 0.25 0 0.08 0 161.54 1 0.87
Hex BE FF EB 19 0 8 0 A2 64 57
Octal 276 377 353 31 0 10 0 242 144 127
Binary 10111110 11111111 11101011 11001 0 1000 0 10100010 1100100 1010111

Color Harmonies of #BEFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFEB

Black with #BEFFEB

Text Example


Text Example

White with #BEFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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