Html Css Color HEX #BFC1CA Link Water

📋 copy color: '#BFC1CA'

red 191 ◦ green 193 ◦ blue 202

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

Shades of Link Water #BFC1CA

Tints of Link Water #BFC1CA

RGB

 RED value IS 191 (75% from 255) = 32.59%

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

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

R = 32.59%
G = 32.94%
B = 34.47%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFC1CA (or 0xBFC1CA) is known color: Link Water. HEX triplet: BF, C1 and CA. RGB value is (191,193,202). Sum of RGB (Red+Green+Blue) = 191+193+202=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CA is #403E35. Grayscale: #C1C1C1. Windows color (decimal): -4210230 or 13287871. OLE color: 13287871.

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

Color convert

RGB 191 193 202 -
CMYK 0.05 0.04 0 0.21
HSL 229.09º 0.09% 0.77% -
HSV(B) 229.09º 0.05% 0.79% -
XYZ 51.22 53.48 63.5 -
YUV 193.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 191 193 202 0.05 0.04 0 0.21 229.09 0.09 0.77
Hex BF C1 CA 5 4 0 15 E5 9 4D
Octal 277 301 312 5 4 0 25 345 11 115
Binary 10111111 11000001 11001010 101 100 0 10101 11100101 1001 1001101

Color Harmonies of #BFC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1CA

Black with #BFC1CA

Text Example


Text Example

White with #BFC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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