#BCE2F5

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

Shades of Onahau #BCE2F5

Tints of Onahau #BCE2F5

Color information

#BCE2F5 (or 0xBCE2F5) is unknown color: approx Onahau. HEX triplet: BC, E2 and F5. RGB value is (188,226,245). Sum of RGB (Red+Green+Blue) = 188+226+245=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCE2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F5 is #431D0A. Grayscale: #D8D8D8. Windows color (decimal): -4398347 or 16114364. OLE color: 16114364.

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

Color convert

RGB188226245-
CMYK0.230.0800.04
HSL200º74.03%84.9%-
HSV(B)200º23.27%96.08%-
XYZ64.4271.6896.83-
YUV216.8143.91107.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=28.53%
G=34.29%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882262450.230.0800.0420074.0384.9
HexBCE2F517804c84a55
Octal274342365271004310112125
Binary10111100111000101111010110111100001001100100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2F5; }

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

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

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

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

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

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

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

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