Html Css Color HEX #BFCCDB Link Water

📋 copy color: '#BFCCDB'

red 191 ◦ green 204 ◦ blue 219

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

Shades of Link Water #BFCCDB

Tints of Link Water #BFCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.22%

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

R = 31.11%
G = 33.22%
B = 35.67%

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

#BFCCDB (or 0xBFCCDB) is known color: Link Water. HEX triplet: BF, CC and DB. RGB value is (191,204,219). Sum of RGB (Red+Green+Blue) = 191+204+219=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDB is #403324. Grayscale: #C9C9C9. Windows color (decimal): -4207397 or 14404799. OLE color: 14404799.

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

Color convert

RGB 191 204 219 -
CMYK 0.13 0.07 0 0.14
HSL 212.14º 0.28% 0.8% -
HSV(B) 212.14º 0.13% 0.86% -
XYZ 55.86 59.38 75.53 -
YUV 201.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 191 204 219 0.13 0.07 0 0.14 212.14 0.28 0.8
Hex BF CC DB D 7 0 E D4 1C 50
Octal 277 314 333 15 7 0 16 324 34 120
Binary 10111111 11001100 11011011 1101 111 0 1110 11010100 11100 1010000

Color Harmonies of #BFCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCDB

Black with #BFCCDB

Text Example


Text Example

White with #BFCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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