Html Css Color HEX #BFCADB Link Water

📋 copy color: '#BFCADB'

red 191 ◦ green 202 ◦ blue 219

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

Shades of Link Water #BFCADB

Tints of Link Water #BFCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.01%

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

R = 31.21%
G = 33.01%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFCADB (or 0xBFCADB) is known color: Link Water. HEX triplet: BF, CA and DB. RGB value is (191,202,219). Sum of RGB (Red+Green+Blue) = 191+202+219=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCADB is #403524. Grayscale: #C8C8C8. Windows color (decimal): -4207909 or 14404287. OLE color: 14404287.

HSL color Cylindrical-coordinate representation of color #BFCADB: hue angle of 216.43º 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 #BFCADB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 202 219 -
CMYK 0.13 0.08 0 0.14
HSL 216.43º 0.28% 0.8% -
HSV(B) 216.43º 0.13% 0.86% -
XYZ 55.39 58.43 75.38 -
YUV 200.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 191 202 219 0.13 0.08 0 0.14 216.43 0.28 0.8
Hex BF CA DB D 8 0 E D8 1C 50
Octal 277 312 333 15 10 0 16 330 34 120
Binary 10111111 11001010 11011011 1101 1000 0 1110 11011000 11100 1010000

Color Harmonies of #BFCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCADB

Black with #BFCADB

Text Example


Text Example

White with #BFCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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