Html Css Color HEX #BEFEEB Humming Bird

📋 copy color: '#BEFEEB'

red 190 ◦ green 254 ◦ blue 235

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

Shades of Humming Bird #BEFEEB

Tints of Humming Bird #BEFEEB

RGB

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

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

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

R = 27.98%
G = 37.41%
B = 34.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#BEFEEB (or 0xBEFEEB) is known color: Humming Bird. HEX triplet: BE, FE and EB. RGB value is (190,254,235). Sum of RGB (Red+Green+Blue) = 190+254+235=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEEB is #410114. Grayscale: #E8E8E8. Windows color (decimal): -4260117 or 15466174. OLE color: 15466174.

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

Color convert

RGB 190 254 235 -
CMYK 0.25 0 0.07 0.00
HSL 162.19º 0.97% 0.87% -
HSV(B) 162.19º 0.25% 1% -
XYZ 71.67 87.83 91.77 -
YUV 232.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 190 254 235 0.25 0 0.07 0.00 162.19 0.97 0.87
Hex BE FE EB 19 0 7 0 A2 61 57
Octal 276 376 353 31 0 7 0 242 141 127
Binary 10111110 11111110 11101011 11001 0 111 0 10100010 1100001 1010111

Color Harmonies of #BEFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEEB

Black with #BEFEEB

Text Example


Text Example

White with #BEFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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