#BCE0F3

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

Shades of Onahau #BCE0F3

Tints of Onahau #BCE0F3

Color information

#BCE0F3 (or 0xBCE0F3) is unknown color: approx Onahau. HEX triplet: BC, E0 and F3. RGB value is (188,224,243). Sum of RGB (Red+Green+Blue) = 188+224+243=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0F3 is #431F0C. Grayscale: #D7D7D7. Windows color (decimal): -4398861 or 15982780. OLE color: 15982780.

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

Color convert

RGB188224243-
CMYK0.230.0800.05
HSL200.73º69.62%84.51%-
HSV(B)200.73º22.63%95.29%-
XYZ63.5770.4795.05-
YUV215.4143.57108.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=28.70%
G=34.20%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882242430.230.0800.05200.7369.6284.51
HexBCE0F317805c94655
Octal274340363271005311106125
Binary10111100111000001111001110111100001011100100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0F3; }

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

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

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

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

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

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

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

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