Html Css Color HEX #BCC8DF Periwinkle

📋 copy color: '#BCC8DF'

red 188 ◦ green 200 ◦ blue 223

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

Shades of Periwinkle #BCC8DF

Tints of Periwinkle #BCC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.73%

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

R = 30.77%
G = 32.73%
B = 36.5%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC8DF (or 0xBCC8DF) is known color: Periwinkle. HEX triplet: BC, C8 and DF. RGB value is (188,200,223). Sum of RGB (Red+Green+Blue) = 188+200+223=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8DF is #433720. Grayscale: #C6C6C6. Windows color (decimal): -4405025 or 14665916. OLE color: 14665916.

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

Color convert

RGB 188 200 223 -
CMYK 0.16 0.10 0 0.13
HSL 219.43º 0.35% 0.81% -
HSV(B) 219.43º 0.16% 0.87% -
XYZ 54.71 57.33 77.99 -
YUV 199.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 188 200 223 0.16 0.10 0 0.13 219.43 0.35 0.81
Hex BC C8 DF 10 A 0 D DB 23 51
Octal 274 310 337 20 12 0 15 333 43 121
Binary 10111100 11001000 11011111 10000 1010 0 1101 11011011 100011 1010001

Color Harmonies of #BCC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8DF

Black with #BCC8DF

Text Example


Text Example

White with #BCC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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