Html Css Color HEX #BCC4DB Periwinkle

📋 copy color: '#BCC4DB'

red 188 ◦ green 196 ◦ blue 219

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

Shades of Periwinkle #BCC4DB

Tints of Periwinkle #BCC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.5%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 31.18%
G = 32.5%
B = 36.32%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC4DB (or 0xBCC4DB) is known color: Periwinkle. HEX triplet: BC, C4 and DB. RGB value is (188,196,219). Sum of RGB (Red+Green+Blue) = 188+196+219=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DB is #433B24. Grayscale: #C4C4C4. Windows color (decimal): -4406053 or 14402748. OLE color: 14402748.

HSL color Cylindrical-coordinate representation of color #BCC4DB: hue angle of 224.52º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC4DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 196 219 -
CMYK 0.14 0.11 0 0.14
HSL 224.52º 0.3% 0.8% -
HSV(B) 224.52º 0.14% 0.86% -
XYZ 53.27 55.29 74.88 -
YUV 196.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 188 196 219 0.14 0.11 0 0.14 224.52 0.3 0.8
Hex BC C4 DB E B 0 E E1 1E 50
Octal 274 304 333 16 13 0 16 341 36 120
Binary 10111100 11000100 11011011 1110 1011 0 1110 11100001 11110 1010000

Color Harmonies of #BCC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4DB

Black with #BCC4DB

Text Example


Text Example

White with #BCC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4DB; }

 p { color: rgb(188,196,219); }

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

background-color css

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

 a { background-color: rgb(188,196,219); }

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

border-color css

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

 span { border-color: rgb(188,196,219); }

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