Html Css Color HEX #BBC3DB Periwinkle

📋 copy color: '#BBC3DB'

red 187 ◦ green 195 ◦ blue 219

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

Shades of Periwinkle #BBC3DB

Tints of Periwinkle #BBC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.45%

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

R = 31.11%
G = 32.45%
B = 36.44%

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

#BBC3DB (or 0xBBC3DB) is known color: Periwinkle. HEX triplet: BB, C3 and DB. RGB value is (187,195,219). Sum of RGB (Red+Green+Blue) = 187+195+219=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 195 (76.56% from 255 or 32.45% 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 #BBC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DB is #443C24. Grayscale: #C3C3C3. Windows color (decimal): -4471845 or 14402491. OLE color: 14402491.

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

Color convert

RGB 187 195 219 -
CMYK 0.15 0.11 0 0.14
HSL 225º 0.31% 0.8% -
HSV(B) 225º 0.15% 0.86% -
XYZ 52.79 54.71 74.8 -
YUV 195.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 187 195 219 0.15 0.11 0 0.14 225 0.31 0.8
Hex BB C3 DB F B 0 E E1 1F 50
Octal 273 303 333 17 13 0 16 341 37 120
Binary 10111011 11000011 11011011 1111 1011 0 1110 11100001 11111 1010000

Color Harmonies of #BBC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3DB

Black with #BBC3DB

Text Example


Text Example

White with #BBC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3DB; }

 p { color: rgb(187,195,219); }

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

background-color css

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

 a { background-color: rgb(187,195,219); }

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

border-color css

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

 span { border-color: rgb(187,195,219); }

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