#BCE5F1

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

Shades of Onahau #BCE5F1

Tints of Onahau #BCE5F1

Color information

#BCE5F1 (or 0xBCE5F1) is unknown color: approx Onahau. HEX triplet: BC, E5 and F1. RGB value is (188,229,241). Sum of RGB (Red+Green+Blue) = 188+229+241=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F1 is #431A0E. Grayscale: #DADADA. Windows color (decimal): -4397583 or 15852988. OLE color: 15852988.

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

Color convert

RGB188229241-
CMYK0.220.0500.05
HSL193.58º65.43%84.12%-
HSV(B)193.58º21.99%94.51%-
XYZ64.6473.0893.92-
YUV218.11140.92106.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=28.57%
G=34.80%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882292410.220.0500.05193.5865.4384.12
HexBCE5F116505c24154
Octal27434536126505302101124
Binary1011110011100101111100011011010101011100001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5F1; }

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

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

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

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

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

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

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

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