Html Css Color HEX #BCC0CC Link Water

📋 copy color: '#BCC0CC'

red 188 ◦ green 192 ◦ blue 204

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

Shades of Link Water #BCC0CC

Tints of Link Water #BCC0CC

RGB

 RED value IS 188 (73.83% from 255) = 32.19%

 GREEN value IS 192 (75.39% from 255) = 32.88%

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

R = 32.19%
G = 32.88%
B = 34.93%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCC0CC (or 0xBCC0CC) is known color: Link Water. HEX triplet: BC, C0 and CC. RGB value is (188,192,204). Sum of RGB (Red+Green+Blue) = 188+192+204=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CC is #433F33. Grayscale: #C0C0C0. Windows color (decimal): -4407092 or 13418684. OLE color: 13418684.

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

Color convert

RGB 188 192 204 -
CMYK 0.08 0.06 0 0.2
HSL 225º 0.14% 0.77% -
HSV(B) 225º 0.08% 0.8% -
XYZ 50.49 52.75 64.65 -
YUV 192.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 188 192 204 0.08 0.06 0 0.2 225 0.14 0.77
Hex BC C0 CC 8 6 0 14 E1 E 4D
Octal 274 300 314 10 6 0 24 341 16 115
Binary 10111100 11000000 11001100 1000 110 0 10100 11100001 1110 1001101

Color Harmonies of #BCC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0CC

Black with #BCC0CC

Text Example


Text Example

White with #BCC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0CC; }

 p { color: rgb(188,192,204); }

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

background-color css

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

 a { background-color: rgb(188,192,204); }

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

border-color css

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

 span { border-color: rgb(188,192,204); }

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