#BCE1F3

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

Shades of Onahau #BCE1F3

Tints of Onahau #BCE1F3

Color information

#BCE1F3 (or 0xBCE1F3) is unknown color: approx Onahau. HEX triplet: BC, E1 and F3. RGB value is (188,225,243). Sum of RGB (Red+Green+Blue) = 188+225+243=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1F3 is #431E0C. Grayscale: #D7D7D7. Windows color (decimal): -4398605 or 15983036. OLE color: 15983036.

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

Color convert

RGB188225243-
CMYK0.230.0700.05
HSL199.64º69.62%84.51%-
HSV(B)199.64º22.63%95.29%-
XYZ63.8471.0195.14-
YUV215.99143.24108.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=28.66%
G=34.30%
B=37.04%

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
Decimal1882252430.230.0700.05199.6469.6284.51
HexBCE1F317705c84655
Octal27434136327705310106125
Binary1011110011100001111100111011111101011100100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1F3; }

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

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

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

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

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

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

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

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