#BCE5F0

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

Shades of Onahau #BCE5F0

Tints of Onahau #BCE5F0

Color information

#BCE5F0 (or 0xBCE5F0) is unknown color: approx Onahau. HEX triplet: BC, E5 and F0. RGB value is (188,229,240). Sum of RGB (Red+Green+Blue) = 188+229+240=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F0 is #431A0F. Grayscale: #D9D9D9. Windows color (decimal): -4397584 or 15787452. OLE color: 15787452.

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

Color convert

RGB188229240-
CMYK0.220.0500.06
HSL192.69º63.41%83.92%-
HSV(B)192.69º21.67%94.12%-
XYZ64.4973.0293.13-
YUV218140.42106.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=28.61%
G=34.86%
B=36.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882292400.220.0500.06192.6963.4183.92
HexBCE5F016506c13f54
Octal2743453602650630177124
Binary101111001110010111110000101101010110110000011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5F0; }

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

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

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

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

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

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

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

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