#BDF1FC

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

Shades of Onahau #BDF1FC

Tints of Onahau #BDF1FC

Color information

#BDF1FC (or 0xBDF1FC) is unknown color: approx Onahau. HEX triplet: BD, F1 and FC. RGB value is (189,241,252). Sum of RGB (Red+Green+Blue) = 189+241+252=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FC is #420E03. Grayscale: #E2E2E2. Windows color (decimal): -4328964 or 16576957. OLE color: 16576957.

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

Color convert

RGB189241252-
CMYK0.250.0400.01
HSL190.48º91.3%86.47%-
HSV(B)190.48º25%98.82%-
XYZ70.0180.76103.99-
YUV226.71142.27101.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=27.71%
G=35.34%
B=36.95%

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
Decimal1892412520.250.0400.01190.4891.386.47
HexBDF1FC19401be5b56
Octal27536137431401276133126
Binary10111101111100011111110011001100011011111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1FC; }

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

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

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

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

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

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

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

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