Html Css Color HEX #BCC3DC Periwinkle

📋 copy color: '#BCC3DC'

red 188 ◦ green 195 ◦ blue 220

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

Shades of Periwinkle #BCC3DC

Tints of Periwinkle #BCC3DC

RGB

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

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

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

R = 31.18%
G = 32.34%
B = 36.48%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC3DC (or 0xBCC3DC) is known color: Periwinkle. HEX triplet: BC, C3 and DC. RGB value is (188,195,220). Sum of RGB (Red+Green+Blue) = 188+195+220=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DC is #433C23. Grayscale: #C3C3C3. Windows color (decimal): -4406308 or 14468028. OLE color: 14468028.

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

Color convert

RGB 188 195 220 -
CMYK 0.15 0.11 0 0.14
HSL 226.88º 0.31% 0.8% -
HSV(B) 226.88º 0.15% 0.86% -
XYZ 53.17 54.89 75.5 -
YUV 195.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 188 195 220 0.15 0.11 0 0.14 226.88 0.31 0.8
Hex BC C3 DC F B 0 E E3 1F 50
Octal 274 303 334 17 13 0 16 343 37 120
Binary 10111100 11000011 11011100 1111 1011 0 1110 11100011 11111 1010000

Color Harmonies of #BCC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3DC

Black with #BCC3DC

Text Example


Text Example

White with #BCC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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