#BCE5FC

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

Shades of Onahau #BCE5FC

Tints of Onahau #BCE5FC

Color information

#BCE5FC (or 0xBCE5FC) is unknown color: approx Onahau. HEX triplet: BC, E5 and FC. RGB value is (188,229,252). Sum of RGB (Red+Green+Blue) = 188+229+252=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FC is #431A03. Grayscale: #DBDBDB. Windows color (decimal): -4397572 or 16573884. OLE color: 16573884.

HSL color Cylindrical-coordinate representation of color #BCE5FC: hue angle of 201.56º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE5FC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188229252-
CMYK0.250.0900.01
HSL201.56º91.43%86.27%-
HSV(B)201.56º25.4%98.82%-
XYZ66.3373.76102.84-
YUV219.36146.42105.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=28.10%
G=34.23%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882292520.250.0900.01201.5691.4386.27
HexBCE5FC19901ca5b56
Octal274345374311101312133126
Binary101111001110010111111100110011001011100101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5FC; }

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

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

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

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

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

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

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

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