Html Css Color HEX #BCCBBF Paris White

📋 copy color: '#BCCBBF'

red 188 ◦ green 203 ◦ blue 191

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

Shades of Paris White #BCCBBF

Tints of Paris White #BCCBBF

RGB

 RED value IS 188 (73.83% from 255) = 32.3%

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 32.3%
G = 34.88%
B = 32.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BCCBBF (or 0xBCCBBF) is known color: Paris White. HEX triplet: BC, CB and BF. RGB value is (188,203,191). Sum of RGB (Red+Green+Blue) = 188+203+191=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBF is #433440. Grayscale: #C5C5C5. Windows color (decimal): -4404289 or 12569532. OLE color: 12569532.

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

Color convert

RGB 188 203 191 -
CMYK 0.07 0 0.06 0.20
HSL 132º 0.13% 0.77% -
HSV(B) 132º 0.07% 0.8% -
XYZ 51.5 57.16 57.61 -
YUV 197.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 188 203 191 0.07 0 0.06 0.20 132 0.13 0.77
Hex BC CB BF 7 0 6 14 84 D 4D
Octal 274 313 277 7 0 6 24 204 15 115
Binary 10111100 11001011 10111111 111 0 110 10100 10000100 1101 1001101

Color Harmonies of #BCCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBBF

Black with #BCCBBF

Text Example


Text Example

White with #BCCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBBF; }

 p { color: rgb(188,203,191); }

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

background-color css

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

 a { background-color: rgb(188,203,191); }

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

border-color css

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

 span { border-color: rgb(188,203,191); }

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