#BDCDF1

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

Shades of Periwinkle #BDCDF1

Tints of Periwinkle #BDCDF1

Color information

#BDCDF1 (or 0xBDCDF1) is unknown color: approx Periwinkle. HEX triplet: BD, CD and F1. RGB value is (189,205,241). Sum of RGB (Red+Green+Blue) = 189+205+241=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF1 is #42320E. Grayscale: #CCCCCC. Windows color (decimal): -4338191 or 15846845. OLE color: 15846845.

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

Color convert

RGB189205241-
CMYK0.220.1500.05
HSL221.54º65%84.31%-
HSV(B)221.54º21.58%94.51%-
XYZ58.6960.8391.87-
YUV204.32148.7117.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=29.76%
G=32.28%
B=37.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892052410.220.1500.05221.546584.31
HexBDCDF116F05de4154
Octal275315361261705336101124
Binary10111101110011011111000110110111101011101111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDF1; }

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

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

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

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

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

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

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

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