#BCE5F5

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

Shades of Onahau #BCE5F5

Tints of Onahau #BCE5F5

Color information

#BCE5F5 (or 0xBCE5F5) is unknown color: approx Onahau. HEX triplet: BC, E5 and F5. RGB value is (188,229,245). Sum of RGB (Red+Green+Blue) = 188+229+245=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F5 is #431A0A. Grayscale: #DADADA. Windows color (decimal): -4397579 or 16115132. OLE color: 16115132.

HSL color Cylindrical-coordinate representation of color #BCE5F5: hue angle of 196.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE5F5 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188229245-
CMYK0.230.0700.04
HSL196.84º74.03%84.9%-
HSV(B)196.84º23.27%96.08%-
XYZ65.2473.3297.1-
YUV218.56142.92106.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=28.40%
G=34.59%
B=37.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882292450.230.0700.04196.8474.0384.9
HexBCE5F517704c54a55
Octal27434536527704305112125
Binary1011110011100101111101011011111101001100010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5F5; }

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

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

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

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

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

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

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

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