Html Css Color HEX #BDC5DB Periwinkle

📋 copy color: '#BDC5DB'

red 189 ◦ green 197 ◦ blue 219

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

Shades of Periwinkle #BDC5DB

Tints of Periwinkle #BDC5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 31.24%
G = 32.56%
B = 36.2%

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

#BDC5DB (or 0xBDC5DB) is known color: Periwinkle. HEX triplet: BD, C5 and DB. RGB value is (189,197,219). Sum of RGB (Red+Green+Blue) = 189+197+219=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DB is #423A24. Grayscale: #C5C5C5. Windows color (decimal): -4340261 or 14403005. OLE color: 14403005.

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

Color convert

RGB 189 197 219 -
CMYK 0.14 0.10 0 0.14
HSL 224º 0.29% 0.8% -
HSV(B) 224º 0.14% 0.86% -
XYZ 53.74 55.87 74.97 -
YUV 197.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 189 197 219 0.14 0.10 0 0.14 224 0.29 0.8
Hex BD C5 DB E A 0 E E0 1D 50
Octal 275 305 333 16 12 0 16 340 35 120
Binary 10111101 11000101 11011011 1110 1010 0 1110 11100000 11101 1010000

Color Harmonies of #BDC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5DB

Black with #BDC5DB

Text Example


Text Example

White with #BDC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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