#BCE7EB

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

Shades of Onahau #BCE7EB

Tints of Onahau #BCE7EB

Color information

#BCE7EB (or 0xBCE7EB) is unknown color: approx Onahau. HEX triplet: BC, E7 and EB. RGB value is (188,231,235). Sum of RGB (Red+Green+Blue) = 188+231+235=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7EB is #431814. Grayscale: #DADADA. Windows color (decimal): -4397077 or 15460284. OLE color: 15460284.

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

Color convert

RGB188231235-
CMYK0.20.0200.08
HSL185.11º54.02%82.94%-
HSV(B)185.11º20%92.16%-
XYZ64.3173.8489.46-
YUV218.6137.25106.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=28.75%
G=35.32%
B=35.93%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882312350.20.0200.08185.1154.0282.94
HexBCE7EB14208b93653
Octal27434735324201027166123
Binary101111001110011111101011101001001000101110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7EB; }

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

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

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

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

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

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

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

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