#BEE8FF

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

Shades of Onahau #BEE8FF

Tints of Onahau #BEE8FF

Color information

#BEE8FF (or 0xBEE8FF) is unknown color: approx Onahau. HEX triplet: BE, E8 and FF. RGB value is (190,232,255). Sum of RGB (Red+Green+Blue) = 190+232+255=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8FF is #411700. Grayscale: #DDDDDD. Windows color (decimal): -4265729 or 16771262. OLE color: 16771262.

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

Color convert

RGB190232255-
CMYK0.250.0900
HSL201.23º100%87.25%-
HSV(B)201.23º25.49%100%-
XYZ68.1475.88105.66-
YUV222.06146.59105.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.06%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 255 (100% from 255) = 37.67%
R=28.06%
G=34.27%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902322550.250.0900201.2310087.25
HexBEE8FF19900c96457
Octal276350377311100311144127
Binary101111101110100011111111110011001001100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8FF; }

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

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

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

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

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

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

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

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