Html Css Color HEX #BCC1DE Periwinkle

📋 copy color: '#BCC1DE'

red 188 ◦ green 193 ◦ blue 222

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

Shades of Periwinkle #BCC1DE

Tints of Periwinkle #BCC1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 31.18%
G = 32.01%
B = 36.82%

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

#BCC1DE (or 0xBCC1DE) is known color: Periwinkle. HEX triplet: BC, C1 and DE. RGB value is (188,193,222). Sum of RGB (Red+Green+Blue) = 188+193+222=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DE is #433E21. Grayscale: #C2C2C2. Windows color (decimal): -4406818 or 14598588. OLE color: 14598588.

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

Color convert

RGB 188 193 222 -
CMYK 0.15 0.13 0 0.13
HSL 231.18º 0.34% 0.8% -
HSV(B) 231.18º 0.15% 0.87% -
XYZ 52.99 54.11 76.76 -
YUV 194.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 188 193 222 0.15 0.13 0 0.13 231.18 0.34 0.8
Hex BC C1 DE F D 0 D E7 22 50
Octal 274 301 336 17 15 0 15 347 42 120
Binary 10111100 11000001 11011110 1111 1101 0 1101 11100111 100010 1010000

Color Harmonies of #BCC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1DE

Black with #BCC1DE

Text Example


Text Example

White with #BCC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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