#BCE6FD

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

Shades of Onahau #BCE6FD

Tints of Onahau #BCE6FD

Color information

#BCE6FD (or 0xBCE6FD) is unknown color: approx Onahau. HEX triplet: BC, E6 and FD. RGB value is (188,230,253). Sum of RGB (Red+Green+Blue) = 188+230+253=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6FD is #431902. Grayscale: #DBDBDB. Windows color (decimal): -4397315 or 16639676. OLE color: 16639676.

HSL color Cylindrical-coordinate representation of color #BCE6FD: hue angle of 201.23º 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 #BCE6FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188230253-
CMYK0.260.0900.01
HSL201.23º94.2%86.47%-
HSV(B)201.23º25.69%99.22%-
XYZ66.7774.38103.77-
YUV220.06146.59105.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=28.02%
G=34.28%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882302530.260.0900.01201.2394.286.47
HexBCE6FD1A901c95e56
Octal274346375321101311136126
Binary101111001110011011111101110101001011100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6FD; }

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

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

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

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

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

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

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

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