Html Css Color HEX #BCCEBF Paris White

📋 copy color: '#BCCEBF'

red 188 ◦ green 206 ◦ blue 191

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

Shades of Paris White #BCCEBF

Tints of Paris White #BCCEBF

RGB

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

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

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

R = 32.14%
G = 35.21%
B = 32.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BCCEBF (or 0xBCCEBF) is known color: Paris White. HEX triplet: BC, CE and BF. RGB value is (188,206,191). Sum of RGB (Red+Green+Blue) = 188+206+191=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBF is #433140. Grayscale: #C6C6C6. Windows color (decimal): -4403521 or 12570300. OLE color: 12570300.

HSL color Cylindrical-coordinate representation of color #BCCEBF: hue angle of 130º 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 #BCCEBF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 191 -
CMYK 0.09 0 0.07 0.19
HSL 130º 0.16% 0.77% -
HSV(B) 130º 0.09% 0.81% -
XYZ 52.21 58.6 57.85 -
YUV 198.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 188 206 191 0.09 0 0.07 0.19 130 0.16 0.77
Hex BC CE BF 9 0 7 13 82 10 4D
Octal 274 316 277 11 0 7 23 202 20 115
Binary 10111100 11001110 10111111 1001 0 111 10011 10000010 10000 1001101

Color Harmonies of #BCCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEBF

Black with #BCCEBF

Text Example


Text Example

White with #BCCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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