Html Css Color HEX #BDCEBF Paris White

📋 copy color: '#BDCEBF'

red 189 ◦ green 206 ◦ blue 191

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

Shades of Paris White #BDCEBF

Tints of Paris White #BDCEBF

RGB

 RED value IS 189 (74.22% from 255) = 32.25%

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

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

R = 32.25%
G = 35.15%
B = 32.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BDCEBF (or 0xBDCEBF) is known color: Paris White. HEX triplet: BD, CE and BF. RGB value is (189,206,191). Sum of RGB (Red+Green+Blue) = 189+206+191=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBF is #423140. Grayscale: #C7C7C7. Windows color (decimal): -4337985 or 12570301. OLE color: 12570301.

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

Color convert

RGB 189 206 191 -
CMYK 0.08 0 0.07 0.19
HSL 127.06º 0.15% 0.77% -
HSV(B) 127.06º 0.08% 0.81% -
XYZ 52.46 58.72 57.86 -
YUV 199.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 189 206 191 0.08 0 0.07 0.19 127.06 0.15 0.77
Hex BD CE BF 8 0 7 13 7F F 4D
Octal 275 316 277 10 0 7 23 177 17 115
Binary 10111101 11001110 10111111 1000 0 111 10011 1111111 1111 1001101

Color Harmonies of #BDCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEBF

Black with #BDCEBF

Text Example


Text Example

White with #BDCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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