Html Css Color HEX #BFCBD9 Link Water

📋 copy color: '#BFCBD9'

red 191 ◦ green 203 ◦ blue 217

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

Shades of Link Water #BFCBD9

Tints of Link Water #BFCBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.22%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 31.26%
G = 33.22%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFCBD9 (or 0xBFCBD9) is known color: Link Water. HEX triplet: BF, CB and D9. RGB value is (191,203,217). Sum of RGB (Red+Green+Blue) = 191+203+217=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD9 is #403426. Grayscale: #C8C8C8. Windows color (decimal): -4207655 or 14273471. OLE color: 14273471.

HSL color Cylindrical-coordinate representation of color #BFCBD9: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCBD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 203 217 -
CMYK 0.12 0.06 0 0.15
HSL 212.31º 0.25% 0.8% -
HSV(B) 212.31º 0.12% 0.85% -
XYZ 55.37 58.8 74.08 -
YUV 201.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 191 203 217 0.12 0.06 0 0.15 212.31 0.25 0.8
Hex BF CB D9 C 6 0 F D4 19 50
Octal 277 313 331 14 6 0 17 324 31 120
Binary 10111111 11001011 11011001 1100 110 0 1111 11010100 11001 1010000

Color Harmonies of #BFCBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBD9

Black with #BFCBD9

Text Example


Text Example

White with #BFCBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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