Html Css Color HEX #BBC1D4 Link Water

📋 copy color: '#BBC1D4'

red 187 ◦ green 193 ◦ blue 212

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

Shades of Link Water #BBC1D4

Tints of Link Water #BBC1D4

RGB

 RED value IS 187 (73.44% from 255) = 31.59%

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

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

R = 31.59%
G = 32.6%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBC1D4 (or 0xBBC1D4) is known color: Link Water. HEX triplet: BB, C1 and D4. RGB value is (187,193,212). Sum of RGB (Red+Green+Blue) = 187+193+212=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D4 is #443E2B. Grayscale: #C1C1C1. Windows color (decimal): -4472364 or 13943227. OLE color: 13943227.

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

Color convert

RGB 187 193 212 -
CMYK 0.12 0.09 0 0.17
HSL 225.6º 0.23% 0.78% -
HSV(B) 225.6º 0.12% 0.83% -
XYZ 51.45 53.46 69.89 -
YUV 193.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 187 193 212 0.12 0.09 0 0.17 225.6 0.23 0.78
Hex BB C1 D4 C 9 0 11 E2 17 4E
Octal 273 301 324 14 11 0 21 342 27 116
Binary 10111011 11000001 11010100 1100 1001 0 10001 11100010 10111 1001110

Color Harmonies of #BBC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1D4

Black with #BBC1D4

Text Example


Text Example

White with #BBC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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