Html Css Color HEX #BBBFCC Link Water

📋 copy color: '#BBBFCC'

red 187 ◦ green 191 ◦ blue 204

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

Shades of Link Water #BBBFCC

Tints of Link Water #BBBFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.82%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 32.13%
G = 32.82%
B = 35.05%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBBFCC (or 0xBBBFCC) is known color: Link Water. HEX triplet: BB, BF and CC. RGB value is (187,191,204). Sum of RGB (Red+Green+Blue) = 187+191+204=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFCC is #444033. Grayscale: #BFBFBF. Windows color (decimal): -4472884 or 13418427. OLE color: 13418427.

HSL color Cylindrical-coordinate representation of color #BBBFCC: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBFCC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 191 204 -
CMYK 0.08 0.06 0 0.2
HSL 225.88º 0.14% 0.77% -
HSV(B) 225.88º 0.08% 0.8% -
XYZ 50.02 52.19 64.56 -
YUV 191.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 187 191 204 0.08 0.06 0 0.2 225.88 0.14 0.77
Hex BB BF CC 8 6 0 14 E2 E 4D
Octal 273 277 314 10 6 0 24 342 16 115
Binary 10111011 10111111 11001100 1000 110 0 10100 11100010 1110 1001101

Color Harmonies of #BBBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFCC

Black with #BBBFCC

Text Example


Text Example

White with #BBBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFCC; }

 p { color: rgb(187,191,204); }

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

background-color css

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

 a { background-color: rgb(187,191,204); }

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

border-color css

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

 span { border-color: rgb(187,191,204); }

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