#BDF1FA

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

Shades of Onahau #BDF1FA

Tints of Onahau #BDF1FA

Color information

#BDF1FA (or 0xBDF1FA) is unknown color: approx Onahau. HEX triplet: BD, F1 and FA. RGB value is (189,241,250). Sum of RGB (Red+Green+Blue) = 189+241+250=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FA is #420E05. Grayscale: #E2E2E2. Windows color (decimal): -4328966 or 16445885. OLE color: 16445885.

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

Color convert

RGB189241250-
CMYK0.240.0400.02
HSL188.85º85.92%86.08%-
HSV(B)188.85º24.4%98.04%-
XYZ69.780.63102.33-
YUV226.48141.27101.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.79%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=27.79%
G=35.44%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892412500.240.0400.02188.8585.9286.08
HexBDF1FA18402bd5656
Octal27536137230402275126126
Binary101111011111000111111010110001000101011110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1FA; }

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

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

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

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

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

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

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

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