Html Css Color HEX #BCC2DB Periwinkle

📋 copy color: '#BCC2DB'

red 188 ◦ green 194 ◦ blue 219

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

Shades of Periwinkle #BCC2DB

Tints of Periwinkle #BCC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.28%

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

R = 31.28%
G = 32.28%
B = 36.44%

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

#BCC2DB (or 0xBCC2DB) is known color: Periwinkle. HEX triplet: BC, C2 and DB. RGB value is (188,194,219). Sum of RGB (Red+Green+Blue) = 188+194+219=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DB is #433D24. Grayscale: #C2C2C2. Windows color (decimal): -4406565 or 14402236. OLE color: 14402236.

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

Color convert

RGB 188 194 219 -
CMYK 0.14 0.11 0 0.14
HSL 228.39º 0.3% 0.8% -
HSV(B) 228.39º 0.14% 0.86% -
XYZ 52.82 54.39 74.73 -
YUV 195.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 188 194 219 0.14 0.11 0 0.14 228.39 0.3 0.8
Hex BC C2 DB E B 0 E E4 1E 50
Octal 274 302 333 16 13 0 16 344 36 120
Binary 10111100 11000010 11011011 1110 1011 0 1110 11100100 11110 1010000

Color Harmonies of #BCC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2DB

Black with #BCC2DB

Text Example


Text Example

White with #BCC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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