#BCE4F5

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

Shades of Onahau #BCE4F5

Tints of Onahau #BCE4F5

Color information

#BCE4F5 (or 0xBCE4F5) is unknown color: approx Onahau. HEX triplet: BC, E4 and F5. RGB value is (188,228,245). Sum of RGB (Red+Green+Blue) = 188+228+245=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F5 is #431B0A. Grayscale: #D9D9D9. Windows color (decimal): -4397835 or 16114876. OLE color: 16114876.

HSL color Cylindrical-coordinate representation of color #BCE4F5: hue angle of 197.89º 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 #BCE4F5 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188228245-
CMYK0.230.0700.04
HSL197.89º74.03%84.9%-
HSV(B)197.89º23.27%96.08%-
XYZ64.9672.7797.01-
YUV217.98143.25106.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 245 (96.09% from 255) = 37.07%
R=28.44%
G=34.49%
B=37.07%

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
Decimal1882282450.230.0700.04197.8974.0384.9
HexBCE4F517704c64a55
Octal27434436527704306112125
Binary1011110011100100111101011011111101001100011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4F5; }

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

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

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

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

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

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

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

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