Html Css Color HEX #BFCDDC Link Water

📋 copy color: '#BFCDDC'

red 191 ◦ green 205 ◦ blue 220

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

Shades of Link Water #BFCDDC

Tints of Link Water #BFCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

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

R = 31.01%
G = 33.28%
B = 35.71%

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

#BFCDDC (or 0xBFCDDC) is known color: Link Water. HEX triplet: BF, CD and DC. RGB value is (191,205,220). Sum of RGB (Red+Green+Blue) = 191+205+220=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDC is #403223. Grayscale: #CACACA. Windows color (decimal): -4207140 or 14470591. OLE color: 14470591.

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

Color convert

RGB 191 205 220 -
CMYK 0.13 0.07 0 0.14
HSL 211.03º 0.29% 0.81% -
HSV(B) 211.03º 0.13% 0.86% -
XYZ 56.24 59.91 76.31 -
YUV 202.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 191 205 220 0.13 0.07 0 0.14 211.03 0.29 0.81
Hex BF CD DC D 7 0 E D3 1D 51
Octal 277 315 334 15 7 0 16 323 35 121
Binary 10111111 11001101 11011100 1101 111 0 1110 11010011 11101 1010001

Color Harmonies of #BFCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDDC

Black with #BFCDDC

Text Example


Text Example

White with #BFCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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