#BDD0FF

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

Shades of Periwinkle #BDD0FF

Tints of Periwinkle #BDD0FF

Color information

#BDD0FF (or 0xBDD0FF) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and FF. RGB value is (189,208,255). Sum of RGB (Red+Green+Blue) = 189+208+255=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0FF is #422F00. Grayscale: #CFCFCF. Windows color (decimal): -4337409 or 16765117. OLE color: 16765117.

HSL color Cylindrical-coordinate representation of color #BDD0FF: hue angle of 222.73º 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 #BDD0FF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189208255-
CMYK0.260.1800
HSL222.73º100%87.06%-
HSV(B)222.73º25.88%100%-
XYZ61.5963.15103.55-
YUV207.68154.71114.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 208 (81.64% from 255) = 31.90%
BLUE value IS 255 (100% from 255) = 39.11%
R=28.99%
G=31.90%
B=39.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892082550.260.1800222.7310087.06
HexBDD0FF1A1200df6457
Octal275320377322200337144127
Binary1011110111010000111111111101010010001101111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0FF; }

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

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

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

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

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

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

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

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