Html Css Color HEX #BFCBDC Link Water

📋 copy color: '#BFCBDC'

red 191 ◦ green 203 ◦ blue 220

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

Shades of Link Water #BFCBDC

Tints of Link Water #BFCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 31.11%
G = 33.06%
B = 35.83%

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

#BFCBDC (or 0xBFCBDC) is known color: Link Water. HEX triplet: BF, CB and DC. RGB value is (191,203,220). Sum of RGB (Red+Green+Blue) = 191+203+220=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBDC is #403423. Grayscale: #C9C9C9. Windows color (decimal): -4207652 or 14470079. OLE color: 14470079.

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

Color convert

RGB 191 203 220 -
CMYK 0.13 0.08 0 0.14
HSL 215.17º 0.29% 0.81% -
HSV(B) 215.17º 0.13% 0.86% -
XYZ 55.76 58.96 76.15 -
YUV 201.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 191 203 220 0.13 0.08 0 0.14 215.17 0.29 0.81
Hex BF CB DC D 8 0 E D7 1D 51
Octal 277 313 334 15 10 0 16 327 35 121
Binary 10111111 11001011 11011100 1101 1000 0 1110 11010111 11101 1010001

Color Harmonies of #BFCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBDC

Black with #BFCBDC

Text Example


Text Example

White with #BFCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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