#BDCDF8

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

Shades of Periwinkle #BDCDF8

Tints of Periwinkle #BDCDF8

Color information

#BDCDF8 (or 0xBDCDF8) is unknown color: approx Periwinkle. HEX triplet: BD, CD and F8. RGB value is (189,205,248). Sum of RGB (Red+Green+Blue) = 189+205+248=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF8 is #423207. Grayscale: #CCCCCC. Windows color (decimal): -4338184 or 16305597. OLE color: 16305597.

HSL color Cylindrical-coordinate representation of color #BDCDF8: hue angle of 223.73º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCDF8 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189205248-
CMYK0.240.1700.03
HSL223.73º80.82%85.69%-
HSV(B)223.73º23.79%97.25%-
XYZ59.7661.2697.48-
YUV205.12152.2116.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=29.44%
G=31.93%
B=38.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892052480.240.1700.03223.7380.8285.69
HexBDCDF8181103e05156
Octal275315370302103340121126
Binary10111101110011011111100011000100010111110000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDF8; }

 p { color: rgb(189,205,248); }

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

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

 a { background-color: rgb(189,205,248); }

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

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

 span { border-color: rgb(189,205,248); }

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