#BCEDFC

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

Shades of Onahau #BCEDFC

Tints of Onahau #BCEDFC

Color information

#BCEDFC (or 0xBCEDFC) is unknown color: approx Onahau. HEX triplet: BC, ED and FC. RGB value is (188,237,252). Sum of RGB (Red+Green+Blue) = 188+237+252=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDFC is #431203. Grayscale: #DFDFDF. Windows color (decimal): -4395524 or 16575932. OLE color: 16575932.

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

Color convert

RGB188237252-
CMYK0.250.0600.01
HSL194.06º91.43%86.27%-
HSV(B)194.06º25.4%98.82%-
XYZ68.5978.29103.59-
YUV224.06143.77102.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.77%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=27.77%
G=35.01%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882372520.250.0600.01194.0691.4386.27
HexBCEDFC19601c25b56
Octal27435537431601302133126
Binary10111100111011011111110011001110011100001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDFC; }

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

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

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

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

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

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

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

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