Html Css Color HEX #BCBFCA Link Water

📋 copy color: '#BCBFCA'

red 188 ◦ green 191 ◦ blue 202

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

Shades of Link Water #BCBFCA

Tints of Link Water #BCBFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 32.36%
G = 32.87%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCBFCA (or 0xBCBFCA) is known color: Link Water. HEX triplet: BC, BF and CA. RGB value is (188,191,202). Sum of RGB (Red+Green+Blue) = 188+191+202=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCA is #434035. Grayscale: #BFBFBF. Windows color (decimal): -4407350 or 13287356. OLE color: 13287356.

HSL color Cylindrical-coordinate representation of color #BCBFCA: hue angle of 227.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBFCA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 191 202 -
CMYK 0.07 0.05 0 0.21
HSL 227.14º 0.12% 0.76% -
HSV(B) 227.14º 0.07% 0.79% -
XYZ 50.03 52.22 63.32 -
YUV 191.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 188 191 202 0.07 0.05 0 0.21 227.14 0.12 0.76
Hex BC BF CA 7 5 0 15 E3 C 4C
Octal 274 277 312 7 5 0 25 343 14 114
Binary 10111100 10111111 11001010 111 101 0 10101 11100011 1100 1001100

Color Harmonies of #BCBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFCA

Black with #BCBFCA

Text Example


Text Example

White with #BCBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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