Html Css Color HEX #BFCBDB Link Water

📋 copy color: '#BFCBDB'

red 191 ◦ green 203 ◦ blue 219

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

Shades of Link Water #BFCBDB

Tints of Link Water #BFCBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 31.16%
G = 33.12%
B = 35.73%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFCBDB (or 0xBFCBDB) is known color: Link Water. HEX triplet: BF, CB and DB. RGB value is (191,203,219). Sum of RGB (Red+Green+Blue) = 191+203+219=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBDB is #403424. Grayscale: #C9C9C9. Windows color (decimal): -4207653 or 14404543. OLE color: 14404543.

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

Color convert

RGB 191 203 219 -
CMYK 0.13 0.07 0 0.14
HSL 214.29º 0.28% 0.8% -
HSV(B) 214.29º 0.13% 0.86% -
XYZ 55.63 58.9 75.46 -
YUV 201.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 191 203 219 0.13 0.07 0 0.14 214.29 0.28 0.8
Hex BF CB DB D 7 0 E D6 1C 50
Octal 277 313 333 15 7 0 16 326 34 120
Binary 10111111 11001011 11011011 1101 111 0 1110 11010110 11100 1010000

Color Harmonies of #BFCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBDB

Black with #BFCBDB

Text Example


Text Example

White with #BFCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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