Html Css Color HEX #BFCBD8 Link Water

📋 copy color: '#BFCBD8'

red 191 ◦ green 203 ◦ blue 216

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

Shades of Link Water #BFCBD8

Tints of Link Water #BFCBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 31.31%
G = 33.28%
B = 35.41%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFCBD8 (or 0xBFCBD8) is known color: Link Water. HEX triplet: BF, CB and D8. RGB value is (191,203,216). Sum of RGB (Red+Green+Blue) = 191+203+216=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD8 is #403427. Grayscale: #C8C8C8. Windows color (decimal): -4207656 or 14207935. OLE color: 14207935.

HSL color Cylindrical-coordinate representation of color #BFCBD8: hue angle of 211.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCBD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 203 216 -
CMYK 0.12 0.06 0 0.15
HSL 211.2º 0.24% 0.8% -
HSV(B) 211.2º 0.12% 0.85% -
XYZ 55.24 58.75 73.39 -
YUV 200.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 191 203 216 0.12 0.06 0 0.15 211.2 0.24 0.8
Hex BF CB D8 C 6 0 F D3 18 50
Octal 277 313 330 14 6 0 17 323 30 120
Binary 10111111 11001011 11011000 1100 110 0 1111 11010011 11000 1010000

Color Harmonies of #BFCBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBD8

Black with #BFCBD8

Text Example


Text Example

White with #BFCBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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