Html Css Color HEX #BBC5DC Periwinkle

📋 copy color: '#BBC5DC'

red 187 ◦ green 197 ◦ blue 220

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

Shades of Periwinkle #BBC5DC

Tints of Periwinkle #BBC5DC

RGB

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

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

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

R = 30.96%
G = 32.62%
B = 36.42%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC5DC (or 0xBBC5DC) is known color: Periwinkle. HEX triplet: BB, C5 and DC. RGB value is (187,197,220). Sum of RGB (Red+Green+Blue) = 187+197+220=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5DC is #443A23. Grayscale: #C4C4C4. Windows color (decimal): -4471332 or 14468539. OLE color: 14468539.

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

Color convert

RGB 187 197 220 -
CMYK 0.15 0.10 0 0.14
HSL 221.82º 0.32% 0.8% -
HSV(B) 221.82º 0.15% 0.86% -
XYZ 53.38 55.66 75.64 -
YUV 196.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 187 197 220 0.15 0.10 0 0.14 221.82 0.32 0.8
Hex BB C5 DC F A 0 E DE 20 50
Octal 273 305 334 17 12 0 16 336 40 120
Binary 10111011 11000101 11011100 1111 1010 0 1110 11011110 100000 1010000

Color Harmonies of #BBC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5DC

Black with #BBC5DC

Text Example


Text Example

White with #BBC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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