#BCE6ED

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

Shades of Onahau #BCE6ED

Tints of Onahau #BCE6ED

Color information

#BCE6ED (or 0xBCE6ED) is unknown color: approx Onahau. HEX triplet: BC, E6 and ED. RGB value is (188,230,237). Sum of RGB (Red+Green+Blue) = 188+230+237=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6ED is #431912. Grayscale: #DADADA. Windows color (decimal): -4397331 or 15591100. OLE color: 15591100.

HSL color Cylindrical-coordinate representation of color #BCE6ED: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE6ED is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188230237-
CMYK0.210.0300.07
HSL188.57º57.65%83.33%-
HSV(B)188.57º20.68%92.94%-
XYZ64.3273.490.9-
YUV218.24138.59106.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=28.70%
G=35.11%
B=36.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882302370.210.0300.07188.5757.6583.33
HexBCE6ED15307bd3a53
Octal2743463552530727572123
Binary10111100111001101110110110101110111101111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6ED; }

 p { color: rgb(188,230,237); }

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

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

 a { background-color: rgb(188,230,237); }

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

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

 span { border-color: rgb(188,230,237); }

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