#BDD3FA

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

Shades of Periwinkle #BDD3FA

Tints of Periwinkle #BDD3FA

Color information

#BDD3FA (or 0xBDD3FA) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and FA. RGB value is (189,211,250). Sum of RGB (Red+Green+Blue) = 189+211+250=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3FA is #422C05. Grayscale: #D0D0D0. Windows color (decimal): -4336646 or 16438205. OLE color: 16438205.

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

Color convert

RGB189211250-
CMYK0.240.1600.02
HSL218.36º85.92%86.08%-
HSV(B)218.36º24.4%98.04%-
XYZ61.5464.3199.61-
YUV208.87151.21113.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=29.08%
G=32.46%
B=38.46%

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
Decimal1892112500.240.1600.02218.3685.9286.08
HexBDD3FA181002da5656
Octal275323372302002332126126
Binary10111101110100111111101011000100000101101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3FA; }

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

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

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

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

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

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

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

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