Html Css Color HEX #BBC4DC Periwinkle

📋 copy color: '#BBC4DC'

red 187 ◦ green 196 ◦ blue 220

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

Shades of Periwinkle #BBC4DC

Tints of Periwinkle #BBC4DC

RGB

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

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

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

R = 31.01%
G = 32.5%
B = 36.48%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC4DC (or 0xBBC4DC) is known color: Periwinkle. HEX triplet: BB, C4 and DC. RGB value is (187,196,220). Sum of RGB (Red+Green+Blue) = 187+196+220=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4DC is #443B23. Grayscale: #C3C3C3. Windows color (decimal): -4471588 or 14468283. OLE color: 14468283.

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

Color convert

RGB 187 196 220 -
CMYK 0.15 0.11 0 0.14
HSL 223.64º 0.32% 0.8% -
HSV(B) 223.64º 0.15% 0.86% -
XYZ 53.15 55.21 75.57 -
YUV 196.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 187 196 220 0.15 0.11 0 0.14 223.64 0.32 0.8
Hex BB C4 DC F B 0 E E0 20 50
Octal 273 304 334 17 13 0 16 340 40 120
Binary 10111011 11000100 11011100 1111 1011 0 1110 11100000 100000 1010000

Color Harmonies of #BBC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4DC

Black with #BBC4DC

Text Example


Text Example

White with #BBC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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