#BCE5F2

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

Shades of Onahau #BCE5F2

Tints of Onahau #BCE5F2

Color information

#BCE5F2 (or 0xBCE5F2) is unknown color: approx Onahau. HEX triplet: BC, E5 and F2. RGB value is (188,229,242). Sum of RGB (Red+Green+Blue) = 188+229+242=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F2 is #431A0D. Grayscale: #DADADA. Windows color (decimal): -4397582 or 15918524. OLE color: 15918524.

HSL color Cylindrical-coordinate representation of color #BCE5F2: hue angle of 194.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE5F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188229242-
CMYK0.220.0500.05
HSL194.44º67.5%84.31%-
HSV(B)194.44º22.31%94.9%-
XYZ64.7973.1494.71-
YUV218.22141.42106.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=28.53%
G=34.75%
B=36.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882292420.220.0500.05194.4467.584.31
HexBCE5F216505c24454
Octal27434536226505302104124
Binary1011110011100101111100101011010101011100001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5F2; }

 p { color: rgb(188,229,242); }

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

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

 a { background-color: rgb(188,229,242); }

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

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

 span { border-color: rgb(188,229,242); }

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