#BDF3FD

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

Shades of Onahau #BDF3FD

Tints of Onahau #BDF3FD

Color information

#BDF3FD (or 0xBDF3FD) is unknown color: approx Onahau. HEX triplet: BD, F3 and FD. RGB value is (189,243,253). Sum of RGB (Red+Green+Blue) = 189+243+253=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FD is #420C02. Grayscale: #E3E3E3. Windows color (decimal): -4328451 or 16643005. OLE color: 16643005.

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

Color convert

RGB189243253-
CMYK0.250.0400.01
HSL189.38º94.12%86.67%-
HSV(B)189.38º25.3%99.22%-
XYZ70.7782.01105.03-
YUV227.99142.11100.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.59%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=27.59%
G=35.47%
B=36.93%

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
Decimal1892432530.250.0400.01189.3894.1286.67
HexBDF3FD19401bd5e57
Octal27536337531401275136127
Binary10111101111100111111110111001100011011110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3FD; }

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

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

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

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

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

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

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

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