#BCECFD

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

Shades of Onahau #BCECFD

Tints of Onahau #BCECFD

Color information

#BCECFD (or 0xBCECFD) is unknown color: approx Onahau. HEX triplet: BC, EC and FD. RGB value is (188,236,253). Sum of RGB (Red+Green+Blue) = 188+236+253=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFD is #431302. Grayscale: #DFDFDF. Windows color (decimal): -4395779 or 16641212. OLE color: 16641212.

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

Color convert

RGB188236253-
CMYK0.260.0700.01
HSL195.69º94.2%86.47%-
HSV(B)195.69º25.69%99.22%-
XYZ68.4677.77104.33-
YUV223.59144.6102.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.77%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.77%
G=34.86%
B=37.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882362530.260.0700.01195.6994.286.47
HexBCECFD1A701c45e56
Octal27435437532701304136126
Binary10111100111011001111110111010111011100010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECFD; }

 p { color: rgb(188,236,253); }

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

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

 a { background-color: rgb(188,236,253); }

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

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

 span { border-color: rgb(188,236,253); }

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