#BBCDBB

Color #BBCDBB Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BBCDBB

Tints of Paris White #BBCDBB

Color information

#BBCDBB (or 0xBBCDBB) is unknown color: approx Paris White. HEX triplet: BB, CD and BB. RGB value is (187,205,187). Sum of RGB (Red+Green+Blue) = 187+205+187=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDBB is #443244. Grayscale: #C5C5C5. Windows color (decimal): -4469317 or 12307899. OLE color: 12307899.

HSL color Cylindrical-coordinate representation of color #BBCDBB: hue angle of 120º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDBB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB187205187-
CMYK0.0900.090.20
HSL120º15.25%76.86%-
HSV(B)120º8.78%80.39%-
XYZ51.2957.8255.47-
YUV197.57122.04120.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=32.30%
G=35.41%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051870.0900.090.2012015.2576.86
HexBBCDBB9091478f4d
Octal273315273110112417017115
Binary10111011110011011011101110010100110100111100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDBB; }

 p { color: rgb(187,205,187); }

 H1.HeaderClassName
 {
   color: #BBCDBB;
 }
 .AnyTagClassName
 {
   color: #BBCDBB;
 }
</style>
background-color css

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

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

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

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

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

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