Html Css Color HEX #BDC5DC Periwinkle

📋 copy color: '#BDC5DC'

red 189 ◦ green 197 ◦ blue 220

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

Shades of Periwinkle #BDC5DC

Tints of Periwinkle #BDC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.51%

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

R = 31.19%
G = 32.51%
B = 36.3%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC5DC (or 0xBDC5DC) is known color: Periwinkle. HEX triplet: BD, C5 and DC. RGB value is (189,197,220). Sum of RGB (Red+Green+Blue) = 189+197+220=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DC is #423A23. Grayscale: #C5C5C5. Windows color (decimal): -4340260 or 14468541. OLE color: 14468541.

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

Color convert

RGB 189 197 220 -
CMYK 0.14 0.10 0 0.14
HSL 224.52º 0.31% 0.8% -
HSV(B) 224.52º 0.14% 0.86% -
XYZ 53.87 55.92 75.66 -
YUV 197.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 189 197 220 0.14 0.10 0 0.14 224.52 0.31 0.8
Hex BD C5 DC E A 0 E E1 1F 50
Octal 275 305 334 16 12 0 16 341 37 120
Binary 10111101 11000101 11011100 1110 1010 0 1110 11100001 11111 1010000

Color Harmonies of #BDC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5DC

Black with #BDC5DC

Text Example


Text Example

White with #BDC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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