#BDD3F2

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

Shades of Periwinkle #BDD3F2

Tints of Periwinkle #BDD3F2

Color information

#BDD3F2 (or 0xBDD3F2) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and F2. RGB value is (189,211,242). Sum of RGB (Red+Green+Blue) = 189+211+242=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3F2 is #422C0D. Grayscale: #CFCFCF. Windows color (decimal): -4336654 or 15913917. OLE color: 15913917.

HSL color Cylindrical-coordinate representation of color #BDD3F2: hue angle of 215.09º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD3F2 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189211242-
CMYK0.220.1300.05
HSL215.09º67.09%84.51%-
HSV(B)215.09º21.9%94.9%-
XYZ60.3163.8293.14-
YUV207.96147.21114.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 211 (82.81% from 255) = 32.87%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=29.44%
G=32.87%
B=37.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892112420.220.1300.05215.0967.0984.51
HexBDD3F216D05d74355
Octal275323362261505327103125
Binary10111101110100111111001010110110101011101011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3F2; }

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

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

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

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

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

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

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

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