Html Css Color HEX #BBD0BC Paris White

📋 copy color: '#BBD0BC'

red 187 ◦ green 208 ◦ blue 188

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

Shades of Paris White #BBD0BC

Tints of Paris White #BBD0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 32.08%
G = 35.68%
B = 32.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BBD0BC (or 0xBBD0BC) is known color: Paris White. HEX triplet: BB, D0 and BC. RGB value is (187,208,188). Sum of RGB (Red+Green+Blue) = 187+208+188=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BC is #442F43. Grayscale: #C7C7C7. Windows color (decimal): -4468548 or 12374203. OLE color: 12374203.

HSL color Cylindrical-coordinate representation of color #BBD0BC: hue angle of 122.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0BC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 188 -
CMYK 0.10 0 0.10 0.18
HSL 122.86º 0.18% 0.77% -
HSV(B) 122.86º 0.1% 0.82% -
XYZ 52.13 59.31 56.28 -
YUV 199.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 187 208 188 0.10 0 0.10 0.18 122.86 0.18 0.77
Hex BB D0 BC A 0 A 12 7B 12 4D
Octal 273 320 274 12 0 12 22 173 22 115
Binary 10111011 11010000 10111100 1010 0 1010 10010 1111011 10010 1001101

Color Harmonies of #BBD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0BC

Black with #BBD0BC

Text Example


Text Example

White with #BBD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0BC; }

 p { color: rgb(187,208,188); }

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

background-color css

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

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

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

border-color css

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

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

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