#BCE9ED

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

Shades of Onahau #BCE9ED

Tints of Onahau #BCE9ED

Color information

#BCE9ED (or 0xBCE9ED) is unknown color: approx Onahau. HEX triplet: BC, E9 and ED. RGB value is (188,233,237). Sum of RGB (Red+Green+Blue) = 188+233+237=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9ED is #431612. Grayscale: #DBDBDB. Windows color (decimal): -4396563 or 15591868. OLE color: 15591868.

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

Color convert

RGB188233237-
CMYK0.210.0200.07
HSL184.9º57.65%83.33%-
HSV(B)184.9º20.68%92.94%-
XYZ65.1675.0891.18-
YUV220137.59105.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=28.57%
G=35.41%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882332370.210.0200.07184.957.6583.33
HexBCE9ED15207b93a53
Octal2743513552520727172123
Binary10111100111010011110110110101100111101110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9ED; }

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

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

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

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

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

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

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

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