Html Css Color HEX #BCC5DC Periwinkle

📋 copy color: '#BCC5DC'

red 188 ◦ green 197 ◦ blue 220

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

Shades of Periwinkle #BCC5DC

Tints of Periwinkle #BCC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 31.07%
G = 32.56%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC5DC (or 0xBCC5DC) is known color: Periwinkle. HEX triplet: BC, C5 and DC. RGB value is (188,197,220). Sum of RGB (Red+Green+Blue) = 188+197+220=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DC is #433A23. Grayscale: #C4C4C4. Windows color (decimal): -4405796 or 14468540. OLE color: 14468540.

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

Color convert

RGB 188 197 220 -
CMYK 0.15 0.10 0 0.14
HSL 223.13º 0.31% 0.8% -
HSV(B) 223.13º 0.15% 0.86% -
XYZ 53.62 55.79 75.65 -
YUV 196.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 188 197 220 0.15 0.10 0 0.14 223.13 0.31 0.8
Hex BC C5 DC F A 0 E DF 1F 50
Octal 274 305 334 17 12 0 16 337 37 120
Binary 10111100 11000101 11011100 1111 1010 0 1110 11011111 11111 1010000

Color Harmonies of #BCC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5DC

Black with #BCC5DC

Text Example


Text Example

White with #BCC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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