Html Css Color HEX #BCC8DE Periwinkle

📋 copy color: '#BCC8DE'

red 188 ◦ green 200 ◦ blue 222

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

Shades of Periwinkle #BCC8DE

Tints of Periwinkle #BCC8DE

RGB

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

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

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

R = 30.82%
G = 32.79%
B = 36.39%

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

#BCC8DE (or 0xBCC8DE) is known color: Periwinkle. HEX triplet: BC, C8 and DE. RGB value is (188,200,222). Sum of RGB (Red+Green+Blue) = 188+200+222=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8DE is #433721. Grayscale: #C6C6C6. Windows color (decimal): -4405026 or 14600380. OLE color: 14600380.

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

Color convert

RGB 188 200 222 -
CMYK 0.15 0.10 0 0.13
HSL 218.82º 0.34% 0.8% -
HSV(B) 218.82º 0.15% 0.87% -
XYZ 54.58 57.27 77.29 -
YUV 198.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 188 200 222 0.15 0.10 0 0.13 218.82 0.34 0.8
Hex BC C8 DE F A 0 D DB 22 50
Octal 274 310 336 17 12 0 15 333 42 120
Binary 10111100 11001000 11011110 1111 1010 0 1101 11011011 100010 1010000

Color Harmonies of #BCC8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8DE

Black with #BCC8DE

Text Example


Text Example

White with #BCC8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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