Html Css Color HEX #BCC2DC Periwinkle

📋 copy color: '#BCC2DC'

red 188 ◦ green 194 ◦ blue 220

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

Shades of Periwinkle #BCC2DC

Tints of Periwinkle #BCC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.23%

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

R = 31.23%
G = 32.23%
B = 36.54%

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

#BCC2DC (or 0xBCC2DC) is known color: Periwinkle. HEX triplet: BC, C2 and DC. RGB value is (188,194,220). Sum of RGB (Red+Green+Blue) = 188+194+220=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DC is #433D23. Grayscale: #C3C3C3. Windows color (decimal): -4406564 or 14467772. OLE color: 14467772.

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

Color convert

RGB 188 194 220 -
CMYK 0.15 0.12 0 0.14
HSL 228.75º 0.31% 0.8% -
HSV(B) 228.75º 0.15% 0.86% -
XYZ 52.95 54.44 75.43 -
YUV 195.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 188 194 220 0.15 0.12 0 0.14 228.75 0.31 0.8
Hex BC C2 DC F C 0 E E5 1F 50
Octal 274 302 334 17 14 0 16 345 37 120
Binary 10111100 11000010 11011100 1111 1100 0 1110 11100101 11111 1010000

Color Harmonies of #BCC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2DC

Black with #BCC2DC

Text Example


Text Example

White with #BCC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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