Html Css Color HEX #BBC0CF Link Water

📋 copy color: '#BBC0CF'

red 187 ◦ green 192 ◦ blue 207

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

Shades of Link Water #BBC0CF

Tints of Link Water #BBC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 31.91%
G = 32.76%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC0CF (or 0xBBC0CF) is known color: Link Water. HEX triplet: BB, C0 and CF. RGB value is (187,192,207). Sum of RGB (Red+Green+Blue) = 187+192+207=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CF is #443F30. Grayscale: #C0C0C0. Windows color (decimal): -4472625 or 13615291. OLE color: 13615291.

HSL color Cylindrical-coordinate representation of color #BBC0CF: hue angle of 225º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC0CF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 192 207 -
CMYK 0.10 0.07 0 0.19
HSL 225º 0.17% 0.77% -
HSV(B) 225º 0.1% 0.81% -
XYZ 50.61 52.77 66.55 -
YUV 192.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 187 192 207 0.10 0.07 0 0.19 225 0.17 0.77
Hex BB C0 CF A 7 0 13 E1 11 4D
Octal 273 300 317 12 7 0 23 341 21 115
Binary 10111011 11000000 11001111 1010 111 0 10011 11100001 10001 1001101

Color Harmonies of #BBC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0CF

Black with #BBC0CF

Text Example


Text Example

White with #BBC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0CF; }

 p { color: rgb(187,192,207); }

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

background-color css

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

 a { background-color: rgb(187,192,207); }

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

border-color css

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

 span { border-color: rgb(187,192,207); }

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