#BCE9FF

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

Shades of Onahau #BCE9FF

Tints of Onahau #BCE9FF

Color information

#BCE9FF (or 0xBCE9FF) is unknown color: approx Onahau. HEX triplet: BC, E9 and FF. RGB value is (188,233,255). Sum of RGB (Red+Green+Blue) = 188+233+255=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FF is #431600. Grayscale: #DDDDDD. Windows color (decimal): -4396545 or 16771516. OLE color: 16771516.

HSL color Cylindrical-coordinate representation of color #BCE9FF: hue angle of 199.7º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE9FF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188233255-
CMYK0.260.0900
HSL199.7º100%86.86%-
HSV(B)199.7º26.27%100%-
XYZ67.9376.19105.73-
YUV222.05146.59103.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.81%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 255 (100% from 255) = 37.72%
R=27.81%
G=34.47%
B=37.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882332550.260.0900199.710086.86
HexBCE9FF1A900c86457
Octal274351377321100310144127
Binary101111001110100111111111110101001001100100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9FF; }

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

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

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

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

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

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

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

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