#BCE7ED

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

Shades of Onahau #BCE7ED

Tints of Onahau #BCE7ED

Color information

#BCE7ED (or 0xBCE7ED) is unknown color: approx Onahau. HEX triplet: BC, E7 and ED. RGB value is (188,231,237). Sum of RGB (Red+Green+Blue) = 188+231+237=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7ED is #431812. Grayscale: #DADADA. Windows color (decimal): -4397075 or 15591356. OLE color: 15591356.

HSL color Cylindrical-coordinate representation of color #BCE7ED: hue angle of 187.35º 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 #BCE7ED is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188231237-
CMYK0.210.0300.07
HSL187.35º57.65%83.33%-
HSV(B)187.35º20.68%92.94%-
XYZ64.673.9690.99-
YUV218.83138.25106.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=28.66%
G=35.21%
B=36.13%

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
Decimal1882312370.210.0300.07187.3557.6583.33
HexBCE7ED15307bb3a53
Octal2743473552530727372123
Binary10111100111001111110110110101110111101110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7ED; }

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

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

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

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

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

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

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

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