Html Css Color HEX #BBC1DC Periwinkle

📋 copy color: '#BBC1DC'

red 187 ◦ green 193 ◦ blue 220

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

Shades of Periwinkle #BBC1DC

Tints of Periwinkle #BBC1DC

RGB

 RED value IS 187 (73.44% from 255) = 31.17%

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 31.17%
G = 32.17%
B = 36.67%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC1DC (or 0xBBC1DC) is known color: Periwinkle. HEX triplet: BB, C1 and DC. RGB value is (187,193,220). Sum of RGB (Red+Green+Blue) = 187+193+220=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DC is #443E23. Grayscale: #C2C2C2. Windows color (decimal): -4472356 or 14467515. OLE color: 14467515.

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

Color convert

RGB 187 193 220 -
CMYK 0.15 0.12 0 0.14
HSL 229.09º 0.32% 0.8% -
HSV(B) 229.09º 0.15% 0.86% -
XYZ 52.48 53.87 75.34 -
YUV 194.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 187 193 220 0.15 0.12 0 0.14 229.09 0.32 0.8
Hex BB C1 DC F C 0 E E5 20 50
Octal 273 301 334 17 14 0 16 345 40 120
Binary 10111011 11000001 11011100 1111 1100 0 1110 11100101 100000 1010000

Color Harmonies of #BBC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1DC

Black with #BBC1DC

Text Example


Text Example

White with #BBC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1DC; }

 p { color: rgb(187,193,220); }

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

background-color css

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

 a { background-color: rgb(187,193,220); }

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

border-color css

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

 span { border-color: rgb(187,193,220); }

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