Html Css Color HEX #BCC1DB Periwinkle

📋 copy color: '#BCC1DB'

red 188 ◦ green 193 ◦ blue 219

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

Shades of Periwinkle #BCC1DB

Tints of Periwinkle #BCC1DB

RGB

 RED value IS 188 (73.83% from 255) = 31.33%

 GREEN value IS 193 (75.78% from 255) = 32.17%

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

R = 31.33%
G = 32.17%
B = 36.5%

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

#BCC1DB (or 0xBCC1DB) is known color: Periwinkle. HEX triplet: BC, C1 and DB. RGB value is (188,193,219). Sum of RGB (Red+Green+Blue) = 188+193+219=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DB is #433E24. Grayscale: #C2C2C2. Windows color (decimal): -4406821 or 14401980. OLE color: 14401980.

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

Color convert

RGB 188 193 219 -
CMYK 0.14 0.12 0 0.14
HSL 230.32º 0.3% 0.8% -
HSV(B) 230.32º 0.14% 0.86% -
XYZ 52.6 53.95 74.66 -
YUV 194.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 188 193 219 0.14 0.12 0 0.14 230.32 0.3 0.8
Hex BC C1 DB E C 0 E E6 1E 50
Octal 274 301 333 16 14 0 16 346 36 120
Binary 10111100 11000001 11011011 1110 1100 0 1110 11100110 11110 1010000

Color Harmonies of #BCC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1DB

Black with #BCC1DB

Text Example


Text Example

White with #BCC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1DB; }

 p { color: rgb(188,193,219); }

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

background-color css

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

 a { background-color: rgb(188,193,219); }

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

border-color css

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

 span { border-color: rgb(188,193,219); }

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