Html Css Color HEX #BFCCDC Link Water

📋 copy color: '#BFCCDC'

red 191 ◦ green 204 ◦ blue 220

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

Shades of Link Water #BFCCDC

Tints of Link Water #BFCCDC

RGB

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

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

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

R = 31.06%
G = 33.17%
B = 35.77%

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

#BFCCDC (or 0xBFCCDC) is known color: Link Water. HEX triplet: BF, CC and DC. RGB value is (191,204,220). Sum of RGB (Red+Green+Blue) = 191+204+220=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDC is #403323. Grayscale: #C9C9C9. Windows color (decimal): -4207396 or 14470335. OLE color: 14470335.

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

Color convert

RGB 191 204 220 -
CMYK 0.13 0.07 0 0.14
HSL 213.1º 0.29% 0.81% -
HSV(B) 213.1º 0.13% 0.86% -
XYZ 56 59.43 76.23 -
YUV 201.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 191 204 220 0.13 0.07 0 0.14 213.1 0.29 0.81
Hex BF CC DC D 7 0 E D5 1D 51
Octal 277 314 334 15 7 0 16 325 35 121
Binary 10111111 11001100 11011100 1101 111 0 1110 11010101 11101 1010001

Color Harmonies of #BFCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCDC

Black with #BFCCDC

Text Example


Text Example

White with #BFCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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