#BCE6F3

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

Shades of Onahau #BCE6F3

Tints of Onahau #BCE6F3

Color information

#BCE6F3 (or 0xBCE6F3) is unknown color: approx Onahau. HEX triplet: BC, E6 and F3. RGB value is (188,230,243). Sum of RGB (Red+Green+Blue) = 188+230+243=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6F3 is #43190C. Grayscale: #DADADA. Windows color (decimal): -4397325 or 15984316. OLE color: 15984316.

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

Color convert

RGB188230243-
CMYK0.230.0500.05
HSL194.18º69.62%84.51%-
HSV(B)194.18º22.63%95.29%-
XYZ65.2173.7695.59-
YUV218.92141.59105.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=28.44%
G=34.80%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882302430.230.0500.05194.1869.6284.51
HexBCE6F317505c24655
Octal27434636327505302106125
Binary1011110011100110111100111011110101011100001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6F3; }

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

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

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

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

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

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

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

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