#BDCDFC

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

Shades of Periwinkle #BDCDFC

Tints of Periwinkle #BDCDFC

Color information

#BDCDFC (or 0xBDCDFC) is unknown color: approx Periwinkle. HEX triplet: BD, CD and FC. RGB value is (189,205,252). Sum of RGB (Red+Green+Blue) = 189+205+252=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDCDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDFC is #423203. Grayscale: #CDCDCD. Windows color (decimal): -4338180 or 16567741. OLE color: 16567741.

HSL color Cylindrical-coordinate representation of color #BDCDFC: hue angle of 224.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCDFC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189205252-
CMYK0.250.1900.01
HSL224.76º91.3%86.47%-
HSV(B)224.76º25%98.82%-
XYZ60.3961.51100.79-
YUV205.57154.2116.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=29.26%
G=31.73%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892052520.250.1900.01224.7691.386.47
HexBDCDFC191301e15b56
Octal275315374312301341133126
Binary1011110111001101111111001100110011011110000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDFC; }

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

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

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

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

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

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

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

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