Html Css Color HEX #BBC1D5 Link Water

📋 copy color: '#BBC1D5'

red 187 ◦ green 193 ◦ blue 213

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

Shades of Link Water #BBC1D5

Tints of Link Water #BBC1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 31.53%
G = 32.55%
B = 35.92%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBC1D5 (or 0xBBC1D5) is known color: Link Water. HEX triplet: BB, C1 and D5. RGB value is (187,193,213). Sum of RGB (Red+Green+Blue) = 187+193+213=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D5 is #443E2A. Grayscale: #C1C1C1. Windows color (decimal): -4472363 or 14008763. OLE color: 14008763.

HSL color Cylindrical-coordinate representation of color #BBC1D5: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC1D5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 193 213 -
CMYK 0.12 0.09 0 0.16
HSL 226.15º 0.24% 0.78% -
HSV(B) 226.15º 0.12% 0.84% -
XYZ 51.57 53.51 70.56 -
YUV 193.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 187 193 213 0.12 0.09 0 0.16 226.15 0.24 0.78
Hex BB C1 D5 C 9 0 10 E2 18 4E
Octal 273 301 325 14 11 0 20 342 30 116
Binary 10111011 11000001 11010101 1100 1001 0 10000 11100010 11000 1001110

Color Harmonies of #BBC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1D5

Black with #BBC1D5

Text Example


Text Example

White with #BBC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1D5; }

 p { color: rgb(187,193,213); }

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

background-color css

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

 a { background-color: rgb(187,193,213); }

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

border-color css

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

 span { border-color: rgb(187,193,213); }

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