#BDEDFA

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

Shades of Onahau #BDEDFA

Tints of Onahau #BDEDFA

Color information

#BDEDFA (or 0xBDEDFA) is unknown color: approx Onahau. HEX triplet: BD, ED and FA. RGB value is (189,237,250). Sum of RGB (Red+Green+Blue) = 189+237+250=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFA is #421205. Grayscale: #E0E0E0. Windows color (decimal): -4329990 or 16444861. OLE color: 16444861.

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

Color convert

RGB189237250-
CMYK0.240.0500.02
HSL192.79º85.92%86.08%-
HSV(B)192.79º24.4%98.04%-
XYZ68.5378.29101.94-
YUV224.13142.6102.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=27.96%
G=35.06%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892372500.240.0500.02192.7985.9286.08
HexBDEDFA18502c15656
Octal27535537230502301126126
Binary101111011110110111111010110001010101100000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDFA; }

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

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

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

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

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

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

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

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