Html Css Color HEX #BBCDBB Paris White

📋 copy color: '#BBCDBB'

red 187 ◦ green 205 ◦ blue 187

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

Shades of Paris White #BBCDBB

Tints of Paris White #BBCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 32.3%
G = 35.41%
B = 32.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#BBCDBB (or 0xBBCDBB) is known color: 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

RGB 187 205 187 -
CMYK 0.09 0 0.09 0.20
HSL 120º 0.15% 0.77% -
HSV(B) 120º 0.09% 0.8% -
XYZ 51.29 57.82 55.47 -
YUV 197.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 187 205 187 0.09 0 0.09 0.20 120 0.15 0.77
Hex BB CD BB 9 0 9 14 78 F 4D
Octal 273 315 273 11 0 11 24 170 17 115
Binary 10111011 11001101 10111011 1001 0 1001 10100 1111000 1111 1001101

Color Harmonies of #BBCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDBB

Black with #BBCDBB

Text Example


Text Example

White with #BBCDBB

Text Example


Text Example

HTML Codes & Css Web 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>