Html Css Color HEX #BCCEBA Paris White

📋 copy color: '#BCCEBA'

red 188 ◦ green 206 ◦ blue 186

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

Shades of Paris White #BCCEBA

Tints of Paris White #BCCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 32.41%
G = 35.52%
B = 32.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BCCEBA (or 0xBCCEBA) is known color: Paris White. HEX triplet: BC, CE and BA. RGB value is (188,206,186). Sum of RGB (Red+Green+Blue) = 188+206+186=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBA is #433145. Grayscale: #C6C6C6. Windows color (decimal): -4403526 or 12242620. OLE color: 12242620.

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

Color convert

RGB 188 206 186 -
CMYK 0.09 0 0.10 0.19
HSL 114º 0.17% 0.77% -
HSV(B) 114º 0.1% 0.81% -
XYZ 51.67 58.38 55 -
YUV 198.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 188 206 186 0.09 0 0.10 0.19 114 0.17 0.77
Hex BC CE BA 9 0 A 13 72 11 4D
Octal 274 316 272 11 0 12 23 162 21 115
Binary 10111100 11001110 10111010 1001 0 1010 10011 1110010 10001 1001101

Color Harmonies of #BCCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEBA

Black with #BCCEBA

Text Example


Text Example

White with #BCCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEBA; }

 p { color: rgb(188,206,186); }

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

background-color css

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

 a { background-color: rgb(188,206,186); }

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

border-color css

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

 span { border-color: rgb(188,206,186); }

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