Html Css Color HEX #BCC1DD Periwinkle

📋 copy color: '#BCC1DD'

red 188 ◦ green 193 ◦ blue 221

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

Shades of Periwinkle #BCC1DD

Tints of Periwinkle #BCC1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 31.23%
G = 32.06%
B = 36.71%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC1DD (or 0xBCC1DD) is known color: Periwinkle. HEX triplet: BC, C1 and DD. RGB value is (188,193,221). Sum of RGB (Red+Green+Blue) = 188+193+221=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DD is #433E22. Grayscale: #C2C2C2. Windows color (decimal): -4406819 or 14533052. OLE color: 14533052.

HSL color Cylindrical-coordinate representation of color #BCC1DD: hue angle of 230.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC1DD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 193 221 -
CMYK 0.15 0.13 0 0.13
HSL 230.91º 0.33% 0.8% -
HSV(B) 230.91º 0.15% 0.87% -
XYZ 52.86 54.05 76.05 -
YUV 194.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 188 193 221 0.15 0.13 0 0.13 230.91 0.33 0.8
Hex BC C1 DD F D 0 D E7 21 50
Octal 274 301 335 17 15 0 15 347 41 120
Binary 10111100 11000001 11011101 1111 1101 0 1101 11100111 100001 1010000

Color Harmonies of #BCC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1DD

Black with #BCC1DD

Text Example


Text Example

White with #BCC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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