#BCE3EA

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

Shades of Onahau #BCE3EA

Tints of Onahau #BCE3EA

Color information

#BCE3EA (or 0xBCE3EA) is unknown color: approx Onahau. HEX triplet: BC, E3 and EA. RGB value is (188,227,234). Sum of RGB (Red+Green+Blue) = 188+227+234=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3EA is #431C15. Grayscale: #D8D8D8. Windows color (decimal): -4398102 or 15393724. OLE color: 15393724.

HSL color Cylindrical-coordinate representation of color #BCE3EA: hue angle of 189.13º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE3EA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188227234-
CMYK0.200.0300.08
HSL189.13º52.27%82.75%-
HSV(B)189.13º19.66%91.76%-
XYZ63.0671.5788.33-
YUV216.14138.08107.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=28.97%
G=34.98%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882272340.200.0300.08189.1352.2782.75
HexBCE3EA14308bd3453
Octal27434335224301027564123
Binary101111001110001111101010101001101000101111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3EA; }

 p { color: rgb(188,227,234); }

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

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

 a { background-color: rgb(188,227,234); }

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

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

 span { border-color: rgb(188,227,234); }

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