Html Css Color HEX #BCC1D4 Link Water

📋 copy color: '#BCC1D4'

red 188 ◦ green 193 ◦ blue 212

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

Shades of Link Water #BCC1D4

Tints of Link Water #BCC1D4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 31.7%
G = 32.55%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCC1D4 (or 0xBCC1D4) is known color: Link Water. HEX triplet: BC, C1 and D4. RGB value is (188,193,212). Sum of RGB (Red+Green+Blue) = 188+193+212=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D4 is #433E2B. Grayscale: #C1C1C1. Windows color (decimal): -4406828 or 13943228. OLE color: 13943228.

HSL color Cylindrical-coordinate representation of color #BCC1D4: hue angle of 227.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC1D4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 193 212 -
CMYK 0.11 0.09 0 0.17
HSL 227.5º 0.22% 0.78% -
HSV(B) 227.5º 0.11% 0.83% -
XYZ 51.69 53.58 69.91 -
YUV 193.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 188 193 212 0.11 0.09 0 0.17 227.5 0.22 0.78
Hex BC C1 D4 B 9 0 11 E4 16 4E
Octal 274 301 324 13 11 0 21 344 26 116
Binary 10111100 11000001 11010100 1011 1001 0 10001 11100100 10110 1001110

Color Harmonies of #BCC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D4

Black with #BCC1D4

Text Example


Text Example

White with #BCC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D4; }

 p { color: rgb(188,193,212); }

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

background-color css

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

 a { background-color: rgb(188,193,212); }

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

border-color css

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

 span { border-color: rgb(188,193,212); }

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