#BDD2FA

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

Shades of Periwinkle #BDD2FA

Tints of Periwinkle #BDD2FA

Color information

#BDD2FA (or 0xBDD2FA) is unknown color: approx Periwinkle. HEX triplet: BD, D2 and FA. RGB value is (189,210,250). Sum of RGB (Red+Green+Blue) = 189+210+250=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FA is #422D05. Grayscale: #D0D0D0. Windows color (decimal): -4336902 or 16437949. OLE color: 16437949.

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

Color convert

RGB189210250-
CMYK0.240.1600.02
HSL219.34º85.92%86.08%-
HSV(B)219.34º24.4%98.04%-
XYZ61.2963.8199.53-
YUV208.28151.54114.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=29.12%
G=32.36%
B=38.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892102500.240.1600.02219.3485.9286.08
HexBDD2FA181002db5656
Octal275322372302002333126126
Binary10111101110100101111101011000100000101101101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2FA; }

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

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

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

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

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

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

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

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