#BDF2FD

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

Shades of Onahau #BDF2FD

Tints of Onahau #BDF2FD

Color information

#BDF2FD (or 0xBDF2FD) is unknown color: approx Onahau. HEX triplet: BD, F2 and FD. RGB value is (189,242,253). Sum of RGB (Red+Green+Blue) = 189+242+253=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2FD is #420D02. Grayscale: #E3E3E3. Windows color (decimal): -4328707 or 16642749. OLE color: 16642749.

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

Color convert

RGB189242253-
CMYK0.250.0400.01
HSL190.31º94.12%86.67%-
HSV(B)190.31º25.3%99.22%-
XYZ70.4781.41104.93-
YUV227.41142.44100.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.63%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=27.63%
G=35.38%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892422530.250.0400.01190.3194.1286.67
HexBDF2FD19401be5e57
Octal27536237531401276136127
Binary10111101111100101111110111001100011011111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2FD; }

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

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

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

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

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

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

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

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