#BDCDF9

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

Shades of Periwinkle #BDCDF9

Tints of Periwinkle #BDCDF9

Color information

#BDCDF9 (or 0xBDCDF9) is unknown color: approx Periwinkle. HEX triplet: BD, CD and F9. RGB value is (189,205,249). Sum of RGB (Red+Green+Blue) = 189+205+249=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF9 is #423206. Grayscale: #CDCDCD. Windows color (decimal): -4338183 or 16371133. OLE color: 16371133.

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

Color convert

RGB189205249-
CMYK0.240.1800.02
HSL224º83.33%85.88%-
HSV(B)224º24.1%97.65%-
XYZ59.9261.3298.3-
YUV205.23152.7116.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=29.39%
G=31.88%
B=38.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892052490.240.1800.0222483.3385.88
HexBDCDF9181202e05356
Octal275315371302202340123126
Binary10111101110011011111100111000100100101110000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDF9; }

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

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

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

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

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

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

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

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