Html Css Color HEX #BFC2CC Link Water

📋 copy color: '#BFC2CC'

red 191 ◦ green 194 ◦ blue 204

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

Shades of Link Water #BFC2CC

Tints of Link Water #BFC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 32.43%
G = 32.94%
B = 34.63%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFC2CC (or 0xBFC2CC) is known color: Link Water. HEX triplet: BF, C2 and CC. RGB value is (191,194,204). Sum of RGB (Red+Green+Blue) = 191+194+204=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CC is #403D33. Grayscale: #C2C2C2. Windows color (decimal): -4209972 or 13419199. OLE color: 13419199.

HSL color Cylindrical-coordinate representation of color #BFC2CC: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC2CC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 194 204 -
CMYK 0.06 0.05 0 0.2
HSL 226.15º 0.11% 0.77% -
HSV(B) 226.15º 0.06% 0.8% -
XYZ 51.68 54.02 64.83 -
YUV 194.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 191 194 204 0.06 0.05 0 0.2 226.15 0.11 0.77
Hex BF C2 CC 6 5 0 14 E2 B 4D
Octal 277 302 314 6 5 0 24 342 13 115
Binary 10111111 11000010 11001100 110 101 0 10100 11100010 1011 1001101

Color Harmonies of #BFC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2CC

Black with #BFC2CC

Text Example


Text Example

White with #BFC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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