#BDEDFD

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

Shades of Onahau #BDEDFD

Tints of Onahau #BDEDFD

Color information

#BDEDFD (or 0xBDEDFD) is unknown color: approx Onahau. HEX triplet: BD, ED and FD. RGB value is (189,237,253). Sum of RGB (Red+Green+Blue) = 189+237+253=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFD is #421202. Grayscale: #E0E0E0. Windows color (decimal): -4329987 or 16641469. OLE color: 16641469.

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

Color convert

RGB189237253-
CMYK0.250.0600.01
HSL195º94.12%86.67%-
HSV(B)195º25.3%99.22%-
XYZ6978.48104.44-
YUV224.47144.1102.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.84%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=27.84%
G=34.90%
B=37.26%

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
Decimal1892372530.250.0600.0119594.1286.67
HexBDEDFD19601c35e57
Octal27535537531601303136127
Binary10111101111011011111110111001110011100001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDFD; }

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

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

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

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

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

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

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

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