Html Css Color HEX #BBC2DB Periwinkle

📋 copy color: '#BBC2DB'

red 187 ◦ green 194 ◦ blue 219

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

Shades of Periwinkle #BBC2DB

Tints of Periwinkle #BBC2DB

RGB

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

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

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

R = 31.17%
G = 32.33%
B = 36.5%

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

#BBC2DB (or 0xBBC2DB) is known color: Periwinkle. HEX triplet: BB, C2 and DB. RGB value is (187,194,219). Sum of RGB (Red+Green+Blue) = 187+194+219=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DB is #443D24. Grayscale: #C2C2C2. Windows color (decimal): -4472101 or 14402235. OLE color: 14402235.

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

Color convert

RGB 187 194 219 -
CMYK 0.15 0.11 0 0.14
HSL 226.88º 0.31% 0.8% -
HSV(B) 226.88º 0.15% 0.86% -
XYZ 52.57 54.26 74.72 -
YUV 194.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 187 194 219 0.15 0.11 0 0.14 226.88 0.31 0.8
Hex BB C2 DB F B 0 E E3 1F 50
Octal 273 302 333 17 13 0 16 343 37 120
Binary 10111011 11000010 11011011 1111 1011 0 1110 11100011 11111 1010000

Color Harmonies of #BBC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2DB

Black with #BBC2DB

Text Example


Text Example

White with #BBC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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