Html Css Color HEX #BCC7DF Periwinkle

📋 copy color: '#BCC7DF'

red 188 ◦ green 199 ◦ blue 223

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

Shades of Periwinkle #BCC7DF

Tints of Periwinkle #BCC7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 30.82%
G = 32.62%
B = 36.56%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC7DF (or 0xBCC7DF) is known color: Periwinkle. HEX triplet: BC, C7 and DF. RGB value is (188,199,223). Sum of RGB (Red+Green+Blue) = 188+199+223=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DF is #433820. Grayscale: #C6C6C6. Windows color (decimal): -4405281 or 14665660. OLE color: 14665660.

HSL color Cylindrical-coordinate representation of color #BCC7DF: hue angle of 221.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC7DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 199 223 -
CMYK 0.16 0.11 0 0.13
HSL 221.14º 0.35% 0.81% -
HSV(B) 221.14º 0.16% 0.87% -
XYZ 54.48 56.87 77.92 -
YUV 198.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 188 199 223 0.16 0.11 0 0.13 221.14 0.35 0.81
Hex BC C7 DF 10 B 0 D DD 23 51
Octal 274 307 337 20 13 0 15 335 43 121
Binary 10111100 11000111 11011111 10000 1011 0 1101 11011101 100011 1010001

Color Harmonies of #BCC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7DF

Black with #BCC7DF

Text Example


Text Example

White with #BCC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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