Html Css Color HEX #BFCDDD Link Water

📋 copy color: '#BFCDDD'

red 191 ◦ green 205 ◦ blue 221

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

Shades of Link Water #BFCDDD

Tints of Link Water #BFCDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 30.96%
G = 33.23%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFCDDD (or 0xBFCDDD) is known color: Link Water. HEX triplet: BF, CD and DD. RGB value is (191,205,221). Sum of RGB (Red+Green+Blue) = 191+205+221=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDD is #403222. Grayscale: #CACACA. Windows color (decimal): -4207139 or 14536127. OLE color: 14536127.

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

Color convert

RGB 191 205 221 -
CMYK 0.14 0.07 0 0.13
HSL 212º 0.31% 0.81% -
HSV(B) 212º 0.14% 0.87% -
XYZ 56.37 59.96 77.01 -
YUV 202.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 191 205 221 0.14 0.07 0 0.13 212 0.31 0.81
Hex BF CD DD E 7 0 D D4 1F 51
Octal 277 315 335 16 7 0 15 324 37 121
Binary 10111111 11001101 11011101 1110 111 0 1101 11010100 11111 1010001

Color Harmonies of #BFCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDDD

Black with #BFCDDD

Text Example


Text Example

White with #BFCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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