#BCE2F3

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

Shades of Onahau #BCE2F3

Tints of Onahau #BCE2F3

Color information

#BCE2F3 (or 0xBCE2F3) is unknown color: approx Onahau. HEX triplet: BC, E2 and F3. RGB value is (188,226,243). Sum of RGB (Red+Green+Blue) = 188+226+243=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F3 is #431D0C. Grayscale: #D8D8D8. Windows color (decimal): -4398349 or 15983292. OLE color: 15983292.

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

Color convert

RGB188226243-
CMYK0.230.0700.05
HSL198.55º69.62%84.51%-
HSV(B)198.55º22.63%95.29%-
XYZ64.1171.5695.23-
YUV216.58142.91107.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=28.61%
G=34.40%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882262430.230.0700.05198.5569.6284.51
HexBCE2F317705c74655
Octal27434236327705307106125
Binary1011110011100010111100111011111101011100011110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2F3; }

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

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

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

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

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

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

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

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