Html Css Color HEX #BCC7DD Periwinkle

📋 copy color: '#BCC7DD'

red 188 ◦ green 199 ◦ blue 221

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

Shades of Periwinkle #BCC7DD

Tints of Periwinkle #BCC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.73%

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

R = 30.92%
G = 32.73%
B = 36.35%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC7DD (or 0xBCC7DD) is known color: Periwinkle. HEX triplet: BC, C7 and DD. RGB value is (188,199,221). Sum of RGB (Red+Green+Blue) = 188+199+221=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DD is #433822. Grayscale: #C6C6C6. Windows color (decimal): -4405283 or 14534588. OLE color: 14534588.

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

Color convert

RGB 188 199 221 -
CMYK 0.15 0.10 0 0.13
HSL 220º 0.33% 0.8% -
HSV(B) 220º 0.15% 0.87% -
XYZ 54.21 56.76 76.5 -
YUV 198.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 188 199 221 0.15 0.10 0 0.13 220 0.33 0.8
Hex BC C7 DD F A 0 D DC 21 50
Octal 274 307 335 17 12 0 15 334 41 120
Binary 10111100 11000111 11011101 1111 1010 0 1101 11011100 100001 1010000

Color Harmonies of #BCC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7DD

Black with #BCC7DD

Text Example


Text Example

White with #BCC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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