Html Css Color HEX #BDC3DC Periwinkle

📋 copy color: '#BDC3DC'

red 189 ◦ green 195 ◦ blue 220

#BDC3DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BDC3DC

Tints of Periwinkle #BDC3DC

RGB

 RED value IS 189 (74.22% from 255) = 31.29%

 GREEN value IS 195 (76.56% from 255) = 32.28%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 31.29%
G = 32.28%
B = 36.42%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC3DC (or 0xBDC3DC) is known color: Periwinkle. HEX triplet: BD, C3 and DC. RGB value is (189,195,220). Sum of RGB (Red+Green+Blue) = 189+195+220=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DC is #423C23. Grayscale: #C3C3C3. Windows color (decimal): -4340772 or 14468029. OLE color: 14468029.

HSL color Cylindrical-coordinate representation of color #BDC3DC: hue angle of 228.39º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC3DC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 195 220 -
CMYK 0.14 0.11 0 0.14
HSL 228.39º 0.31% 0.8% -
HSV(B) 228.39º 0.14% 0.86% -
XYZ 53.42 55.02 75.51 -
YUV 196.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 189 195 220 0.14 0.11 0 0.14 228.39 0.31 0.8
Hex BD C3 DC E B 0 E E4 1F 50
Octal 275 303 334 16 13 0 16 344 37 120
Binary 10111101 11000011 11011100 1110 1011 0 1110 11100100 11111 1010000

Color Harmonies of #BDC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3DC

Black with #BDC3DC

Text Example


Text Example

White with #BDC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3DC; }

 p { color: rgb(189,195,220); }

 H1.HeaderClassName
 {
   color: #BDC3DC;
 }
 .AnyTagClassName
 {
   color: #BDC3DC;
 }
</style>

background-color css

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

 a { background-color: rgb(189,195,220); }

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

border-color css

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

 span { border-color: rgb(189,195,220); }

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