Html Css Color HEX #BEFFEE Humming Bird

📋 copy color: '#BEFFEE'

red 190 ◦ green 255 ◦ blue 238

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

Shades of Humming Bird #BEFFEE

Tints of Humming Bird #BEFFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.85%

R = 27.82%
G = 37.34%
B = 34.85%

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

#BEFFEE (or 0xBEFFEE) is known color: Humming Bird. HEX triplet: BE, FF and EE. RGB value is (190,255,238). Sum of RGB (Red+Green+Blue) = 190+255+238=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEE is #410011. Grayscale: #E9E9E9. Windows color (decimal): -4259858 or 15663038. OLE color: 15663038.

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

Color convert

RGB 190 255 238 -
CMYK 0.25 0 0.07 0
HSL 164.31º 1% 0.87% -
HSV(B) 164.31º 0.25% 1% -
XYZ 72.43 88.64 94.18 -
YUV 233.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 190 255 238 0.25 0 0.07 0 164.31 1 0.87
Hex BE FF EE 19 0 7 0 A4 64 57
Octal 276 377 356 31 0 7 0 244 144 127
Binary 10111110 11111111 11101110 11001 0 111 0 10100100 1100100 1010111

Color Harmonies of #BEFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFEE

Black with #BEFFEE

Text Example


Text Example

White with #BEFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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