Html Css Color HEX #BDC3DB Periwinkle

📋 copy color: '#BDC3DB'

red 189 ◦ green 195 ◦ blue 219

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

Shades of Periwinkle #BDC3DB

Tints of Periwinkle #BDC3DB

RGB

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

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

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

R = 31.34%
G = 32.34%
B = 36.32%

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

#BDC3DB (or 0xBDC3DB) is known color: Periwinkle. HEX triplet: BD, C3 and DB. RGB value is (189,195,219). Sum of RGB (Red+Green+Blue) = 189+195+219=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DB is #423C24. Grayscale: #C3C3C3. Windows color (decimal): -4340773 or 14402493. OLE color: 14402493.

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

Color convert

RGB 189 195 219 -
CMYK 0.14 0.11 0 0.14
HSL 228º 0.29% 0.8% -
HSV(B) 228º 0.14% 0.86% -
XYZ 53.29 54.96 74.82 -
YUV 195.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 189 195 219 0.14 0.11 0 0.14 228 0.29 0.8
Hex BD C3 DB E B 0 E E4 1D 50
Octal 275 303 333 16 13 0 16 344 35 120
Binary 10111101 11000011 11011011 1110 1011 0 1110 11100100 11101 1010000

Color Harmonies of #BDC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3DB

Black with #BDC3DB

Text Example


Text Example

White with #BDC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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