Html Css Color HEX #BEFEEE Humming Bird

📋 copy color: '#BEFEEE'

red 190 ◦ green 254 ◦ blue 238

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

Shades of Humming Bird #BEFEEE

Tints of Humming Bird #BEFEEE

RGB

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

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

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

R = 27.86%
G = 37.24%
B = 34.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#BEFEEE (or 0xBEFEEE) is known color: Humming Bird. HEX triplet: BE, FE and EE. RGB value is (190,254,238). Sum of RGB (Red+Green+Blue) = 190+254+238=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEEE is #410111. Grayscale: #E9E9E9. Windows color (decimal): -4260114 or 15662782. OLE color: 15662782.

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

Color convert

RGB 190 254 238 -
CMYK 0.25 0 0.06 0.00
HSL 165º 0.97% 0.87% -
HSV(B) 165º 0.25% 1% -
XYZ 72.11 88 94.07 -
YUV 233.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 190 254 238 0.25 0 0.06 0.00 165 0.97 0.87
Hex BE FE EE 19 0 6 0 A5 61 57
Octal 276 376 356 31 0 6 0 245 141 127
Binary 10111110 11111110 11101110 11001 0 110 0 10100101 1100001 1010111

Color Harmonies of #BEFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEEE

Black with #BEFEEE

Text Example


Text Example

White with #BEFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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