#BCE3EB

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

Shades of Onahau #BCE3EB

Tints of Onahau #BCE3EB

Color information

#BCE3EB (or 0xBCE3EB) is unknown color: approx Onahau. HEX triplet: BC, E3 and EB. RGB value is (188,227,235). Sum of RGB (Red+Green+Blue) = 188+227+235=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3EB is #431C14. Grayscale: #D8D8D8. Windows color (decimal): -4398101 or 15459260. OLE color: 15459260.

HSL color Cylindrical-coordinate representation of color #BCE3EB: hue angle of 190.21º degrees, saturation: 0.54, 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 #BCE3EB is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188227235-
CMYK0.20.0300.08
HSL190.21º54.02%82.94%-
HSV(B)190.21º20%92.16%-
XYZ63.271.6389.09-
YUV216.25138.58107.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=28.92%
G=34.92%
B=36.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882272350.20.0300.08190.2154.0282.94
HexBCE3EB14308be3653
Octal27434335324301027666123
Binary101111001110001111101011101001101000101111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3EB; }

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

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

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

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

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

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

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

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