#BEE9FF

Color #BEE9FF Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BEE9FF

Tints of Onahau #BEE9FF

Color information

#BEE9FF (or 0xBEE9FF) is unknown color: approx Onahau. HEX triplet: BE, E9 and FF. RGB value is (190,233,255). Sum of RGB (Red+Green+Blue) = 190+233+255=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9FF is #411600. Grayscale: #DEDEDE. Windows color (decimal): -4265473 or 16771518. OLE color: 16771518.

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

Color convert

RGB190233255-
CMYK0.250.0900
HSL200.31º100%87.25%-
HSV(B)200.31º25.49%100%-
XYZ68.4276.44105.76-
YUV222.65146.25104.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 233 (91.41% from 255) = 34.37%
BLUE value IS 255 (100% from 255) = 37.61%
R=28.02%
G=34.37%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902332550.250.0900200.3110087.25
HexBEE9FF19900c86457
Octal276351377311100310144127
Binary101111101110100111111111110011001001100100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9FF; }

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

 H1.HeaderClassName
 {
   color: #BEE9FF;
 }
 .AnyTagClassName
 {
   color: #BEE9FF;
 }
</style>
background-color css

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

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

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

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

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

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