#BDD4FF

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

Shades of Periwinkle #BDD4FF

Tints of Periwinkle #BDD4FF

Color information

#BDD4FF (or 0xBDD4FF) is unknown color: approx Periwinkle. HEX triplet: BD, D4 and FF. RGB value is (189,212,255). Sum of RGB (Red+Green+Blue) = 189+212+255=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FF is #422B00. Grayscale: #D1D1D1. Windows color (decimal): -4336385 or 16766141. OLE color: 16766141.

HSL color Cylindrical-coordinate representation of color #BDD4FF: hue angle of 219.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD4FF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189212255-
CMYK0.260.1700
HSL219.09º100%87.06%-
HSV(B)219.09º25.88%100%-
XYZ62.5865.13103.88-
YUV210.02153.38113-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 255 (100% from 255) = 38.87%
R=28.81%
G=32.32%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892122550.260.1700219.0910087.06
HexBDD4FF1A1100db6457
Octal275324377322100333144127
Binary1011110111010100111111111101010001001101101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4FF; }

 p { color: rgb(189,212,255); }

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

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

 a { background-color: rgb(189,212,255); }

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

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

 span { border-color: rgb(189,212,255); }

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