Html Css Color HEX #BDC2DC Periwinkle

📋 copy color: '#BDC2DC'

red 189 ◦ green 194 ◦ blue 220

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

Shades of Periwinkle #BDC2DC

Tints of Periwinkle #BDC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.17%

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

R = 31.34%
G = 32.17%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC2DC (or 0xBDC2DC) is known color: Periwinkle. HEX triplet: BD, C2 and DC. RGB value is (189,194,220). Sum of RGB (Red+Green+Blue) = 189+194+220=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DC is #423D23. Grayscale: #C3C3C3. Windows color (decimal): -4341028 or 14467773. OLE color: 14467773.

HSL color Cylindrical-coordinate representation of color #BDC2DC: hue angle of 230.32º 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 #BDC2DC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 194 220 -
CMYK 0.14 0.12 0 0.14
HSL 230.32º 0.31% 0.8% -
HSV(B) 230.32º 0.14% 0.86% -
XYZ 53.2 54.57 75.44 -
YUV 195.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 189 194 220 0.14 0.12 0 0.14 230.32 0.31 0.8
Hex BD C2 DC E C 0 E E6 1F 50
Octal 275 302 334 16 14 0 16 346 37 120
Binary 10111101 11000010 11011100 1110 1100 0 1110 11100110 11111 1010000

Color Harmonies of #BDC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2DC

Black with #BDC2DC

Text Example


Text Example

White with #BDC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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