#BDECFD

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

Shades of Onahau #BDECFD

Tints of Onahau #BDECFD

Color information

#BDECFD (or 0xBDECFD) is unknown color: approx Onahau. HEX triplet: BD, EC and FD. RGB value is (189,236,253). Sum of RGB (Red+Green+Blue) = 189+236+253=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECFD is #421302. Grayscale: #DFDFDF. Windows color (decimal): -4330243 or 16641213. OLE color: 16641213.

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

Color convert

RGB189236253-
CMYK0.250.0700.01
HSL195.94º94.12%86.67%-
HSV(B)195.94º25.3%99.22%-
XYZ68.7177.9104.34-
YUV223.88144.43103.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=27.88%
G=34.81%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892362530.250.0700.01195.9494.1286.67
HexBDECFD19701c45e57
Octal27535437531701304136127
Binary10111101111011001111110111001111011100010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECFD; }

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

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

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

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

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

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

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

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