#BCE9F1

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

Shades of Onahau #BCE9F1

Tints of Onahau #BCE9F1

Color information

#BCE9F1 (or 0xBCE9F1) is unknown color: approx Onahau. HEX triplet: BC, E9 and F1. RGB value is (188,233,241). Sum of RGB (Red+Green+Blue) = 188+233+241=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9F1 is #43160E. Grayscale: #DCDCDC. Windows color (decimal): -4396559 or 15854012. OLE color: 15854012.

HSL color Cylindrical-coordinate representation of color #BCE9F1: hue angle of 189.06º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE9F1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188233241-
CMYK0.220.0300.05
HSL189.06º65.43%84.12%-
HSV(B)189.06º21.99%94.51%-
XYZ65.7675.3294.29-
YUV220.46139.59104.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=28.40%
G=35.20%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882332410.220.0300.05189.0665.4384.12
HexBCE9F116305bd4154
Octal27435136126305275101124
Binary101111001110100111110001101101101011011110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9F1; }

 p { color: rgb(188,233,241); }

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

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

 a { background-color: rgb(188,233,241); }

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

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

 span { border-color: rgb(188,233,241); }

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