#BCEDFA

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

Shades of Onahau #BCEDFA

Tints of Onahau #BCEDFA

Color information

#BCEDFA (or 0xBCEDFA) is unknown color: approx Onahau. HEX triplet: BC, ED and FA. RGB value is (188,237,250). Sum of RGB (Red+Green+Blue) = 188+237+250=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDFA is #431205. Grayscale: #DFDFDF. Windows color (decimal): -4395526 or 16444860. OLE color: 16444860.

HSL color Cylindrical-coordinate representation of color #BCEDFA: hue angle of 192.58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEDFA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188237250-
CMYK0.250.0500.02
HSL192.58º86.11%85.88%-
HSV(B)192.58º24.8%98.04%-
XYZ68.2878.16101.93-
YUV223.83142.77102.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=27.85%
G=35.11%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882372500.250.0500.02192.5886.1185.88
HexBCEDFA19502c15656
Octal27435537231502301126126
Binary101111001110110111111010110011010101100000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDFA; }

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

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

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

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

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

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

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

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