Html Css Color HEX #BEFFE6 Humming Bird

📋 copy color: '#BEFFE6'

red 190 ◦ green 255 ◦ blue 230

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

Shades of Humming Bird #BEFFE6

Tints of Humming Bird #BEFFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.07%

R = 28.15%
G = 37.78%
B = 34.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#BEFFE6 (or 0xBEFFE6) is known color: Humming Bird. HEX triplet: BE, FF and E6. RGB value is (190,255,230). Sum of RGB (Red+Green+Blue) = 190+255+230=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFE6 is #410019. Grayscale: #E8E8E8. Windows color (decimal): -4259866 or 15138750. OLE color: 15138750.

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

Color convert

RGB 190 255 230 -
CMYK 0.25 0 0.10 0
HSL 156.92º 1% 0.87% -
HSV(B) 156.92º 0.25% 1% -
XYZ 71.28 88.18 88.13 -
YUV 232.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 190 255 230 0.25 0 0.10 0 156.92 1 0.87
Hex BE FF E6 19 0 A 0 9D 64 57
Octal 276 377 346 31 0 12 0 235 144 127
Binary 10111110 11111111 11100110 11001 0 1010 0 10011101 1100100 1010111

Color Harmonies of #BEFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFE6

Black with #BEFFE6

Text Example


Text Example

White with #BEFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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