Html Css Color HEX #BCBFCB Link Water

📋 copy color: '#BCBFCB'

red 188 ◦ green 191 ◦ blue 203

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

Shades of Link Water #BCBFCB

Tints of Link Water #BCBFCB

RGB

 RED value IS 188 (73.83% from 255) = 32.3%

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

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 32.3%
G = 32.82%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCBFCB (or 0xBCBFCB) is known color: Link Water. HEX triplet: BC, BF and CB. RGB value is (188,191,203). Sum of RGB (Red+Green+Blue) = 188+191+203=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCB is #434034. Grayscale: #BFBFBF. Windows color (decimal): -4407349 or 13352892. OLE color: 13352892.

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

Color convert

RGB 188 191 203 -
CMYK 0.07 0.06 0 0.20
HSL 228º 0.13% 0.77% -
HSV(B) 228º 0.07% 0.8% -
XYZ 50.15 52.26 63.94 -
YUV 191.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 188 191 203 0.07 0.06 0 0.20 228 0.13 0.77
Hex BC BF CB 7 6 0 14 E4 D 4D
Octal 274 277 313 7 6 0 24 344 15 115
Binary 10111100 10111111 11001011 111 110 0 10100 11100100 1101 1001101

Color Harmonies of #BCBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFCB

Black with #BCBFCB

Text Example


Text Example

White with #BCBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFCB; }

 p { color: rgb(188,191,203); }

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

background-color css

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

 a { background-color: rgb(188,191,203); }

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

border-color css

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

 span { border-color: rgb(188,191,203); }

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