Html Css Color HEX #BBC0D4 Link Water

📋 copy color: '#BBC0D4'

red 187 ◦ green 192 ◦ blue 212

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

Shades of Link Water #BBC0D4

Tints of Link Water #BBC0D4

RGB

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

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

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

R = 31.64%
G = 32.49%
B = 35.87%

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

#BBC0D4 (or 0xBBC0D4) is known color: Link Water. HEX triplet: BB, C0 and D4. RGB value is (187,192,212). Sum of RGB (Red+Green+Blue) = 187+192+212=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D4 is #443F2B. Grayscale: #C0C0C0. Windows color (decimal): -4472620 or 13942971. OLE color: 13942971.

HSL color Cylindrical-coordinate representation of color #BBC0D4: hue angle of 228º 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 #BBC0D4 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 192 212 -
CMYK 0.12 0.09 0 0.17
HSL 228º 0.23% 0.78% -
HSV(B) 228º 0.12% 0.83% -
XYZ 51.23 53.02 69.82 -
YUV 192.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 187 192 212 0.12 0.09 0 0.17 228 0.23 0.78
Hex BB C0 D4 C 9 0 11 E4 17 4E
Octal 273 300 324 14 11 0 21 344 27 116
Binary 10111011 11000000 11010100 1100 1001 0 10001 11100100 10111 1001110

Color Harmonies of #BBC0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0D4

Black with #BBC0D4

Text Example


Text Example

White with #BBC0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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