#BCE2EE

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

Shades of Onahau #BCE2EE

Tints of Onahau #BCE2EE

Color information

#BCE2EE (or 0xBCE2EE) is unknown color: approx Onahau. HEX triplet: BC, E2 and EE. RGB value is (188,226,238). Sum of RGB (Red+Green+Blue) = 188+226+238=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EE is #431D11. Grayscale: #D7D7D7. Windows color (decimal): -4398354 or 15655612. OLE color: 15655612.

HSL color Cylindrical-coordinate representation of color #BCE2EE: hue angle of 194.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE2EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188226238-
CMYK0.210.0500.07
HSL194.4º59.52%83.53%-
HSV(B)194.4º21.01%93.33%-
XYZ63.3771.2691.3-
YUV216.01140.41108.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=28.83%
G=34.66%
B=36.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882262380.210.0500.07194.459.5283.53
HexBCE2EE15507c23c54
Octal2743423562550730274124
Binary101111001110001011101110101011010111110000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2EE; }

 p { color: rgb(188,226,238); }

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

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

 a { background-color: rgb(188,226,238); }

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

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

 span { border-color: rgb(188,226,238); }

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