Html Css Color HEX #BCC5DE Periwinkle

📋 copy color: '#BCC5DE'

red 188 ◦ green 197 ◦ blue 222

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

Shades of Periwinkle #BCC5DE

Tints of Periwinkle #BCC5DE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.45%

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

R = 30.97%
G = 32.45%
B = 36.57%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC5DE (or 0xBCC5DE) is known color: Periwinkle. HEX triplet: BC, C5 and DE. RGB value is (188,197,222). Sum of RGB (Red+Green+Blue) = 188+197+222=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DE is #433A21. Grayscale: #C5C5C5. Windows color (decimal): -4405794 or 14599612. OLE color: 14599612.

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

Color convert

RGB 188 197 222 -
CMYK 0.15 0.11 0 0.13
HSL 224.12º 0.34% 0.8% -
HSV(B) 224.12º 0.15% 0.87% -
XYZ 53.89 55.9 77.06 -
YUV 197.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 188 197 222 0.15 0.11 0 0.13 224.12 0.34 0.8
Hex BC C5 DE F B 0 D E0 22 50
Octal 274 305 336 17 13 0 15 340 42 120
Binary 10111100 11000101 11011110 1111 1011 0 1101 11100000 100010 1010000

Color Harmonies of #BCC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5DE

Black with #BCC5DE

Text Example


Text Example

White with #BCC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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