Html Css Color HEX #BCC1DC Periwinkle

📋 copy color: '#BCC1DC'

red 188 ◦ green 193 ◦ blue 220

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

Shades of Periwinkle #BCC1DC

Tints of Periwinkle #BCC1DC

RGB

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

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

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

R = 31.28%
G = 32.11%
B = 36.61%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC1DC (or 0xBCC1DC) is known color: Periwinkle. HEX triplet: BC, C1 and DC. RGB value is (188,193,220). Sum of RGB (Red+Green+Blue) = 188+193+220=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DC is #433E23. Grayscale: #C2C2C2. Windows color (decimal): -4406820 or 14467516. OLE color: 14467516.

HSL color Cylindrical-coordinate representation of color #BCC1DC: hue angle of 230.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC1DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 193 220 -
CMYK 0.15 0.12 0 0.14
HSL 230.63º 0.31% 0.8% -
HSV(B) 230.63º 0.15% 0.86% -
XYZ 52.73 54 75.35 -
YUV 194.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 188 193 220 0.15 0.12 0 0.14 230.63 0.31 0.8
Hex BC C1 DC F C 0 E E7 1F 50
Octal 274 301 334 17 14 0 16 347 37 120
Binary 10111100 11000001 11011100 1111 1100 0 1110 11100111 11111 1010000

Color Harmonies of #BCC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1DC

Black with #BCC1DC

Text Example


Text Example

White with #BCC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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