Html Css Color HEX #BBC5DB Link Water

📋 copy color: '#BBC5DB'

red 187 ◦ green 197 ◦ blue 219

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

Shades of Link Water #BBC5DB

Tints of Link Water #BBC5DB

RGB

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

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

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

R = 31.01%
G = 32.67%
B = 36.32%

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

#BBC5DB (or 0xBBC5DB) is known color: Link Water. HEX triplet: BB, C5 and DB. RGB value is (187,197,219). Sum of RGB (Red+Green+Blue) = 187+197+219=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5DB is #443A24. Grayscale: #C4C4C4. Windows color (decimal): -4471333 or 14403003. OLE color: 14403003.

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

Color convert

RGB 187 197 219 -
CMYK 0.15 0.10 0 0.14
HSL 221.25º 0.31% 0.8% -
HSV(B) 221.25º 0.15% 0.86% -
XYZ 53.25 55.61 74.95 -
YUV 196.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 187 197 219 0.15 0.10 0 0.14 221.25 0.31 0.8
Hex BB C5 DB F A 0 E DD 1F 50
Octal 273 305 333 17 12 0 16 335 37 120
Binary 10111011 11000101 11011011 1111 1010 0 1110 11011101 11111 1010000

Color Harmonies of #BBC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5DB

Black with #BBC5DB

Text Example


Text Example

White with #BBC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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