Html Css Color HEX #BCCEBE Paris White

📋 copy color: '#BCCEBE'

red 188 ◦ green 206 ◦ blue 190

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

Shades of Paris White #BCCEBE

Tints of Paris White #BCCEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.53%

R = 32.19%
G = 35.27%
B = 32.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#BCCEBE (or 0xBCCEBE) is known color: Paris White. HEX triplet: BC, CE and BE. RGB value is (188,206,190). Sum of RGB (Red+Green+Blue) = 188+206+190=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBE is #433141. Grayscale: #C6C6C6. Windows color (decimal): -4403522 or 12504764. OLE color: 12504764.

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

Color convert

RGB 188 206 190 -
CMYK 0.09 0 0.08 0.19
HSL 126.67º 0.16% 0.77% -
HSV(B) 126.67º 0.09% 0.81% -
XYZ 52.1 58.55 57.27 -
YUV 198.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 188 206 190 0.09 0 0.08 0.19 126.67 0.16 0.77
Hex BC CE BE 9 0 8 13 7F 10 4D
Octal 274 316 276 11 0 10 23 177 20 115
Binary 10111100 11001110 10111110 1001 0 1000 10011 1111111 10000 1001101

Color Harmonies of #BCCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEBE

Black with #BCCEBE

Text Example


Text Example

White with #BCCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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