Html Css Color HEX #BBA8CE Perfume

📋 copy color: '#BBA8CE'

red 187 ◦ green 168 ◦ blue 206

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

Shades of Perfume #BBA8CE

Tints of Perfume #BBA8CE

RGB

 RED value IS 187 (73.44% from 255) = 33.33%

 GREEN value IS 168 (66.02% from 255) = 29.95%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 33.33%
G = 29.95%
B = 36.72%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA8CE (or 0xBBA8CE) is known color: Perfume. HEX triplet: BB, A8 and CE. RGB value is (187,168,206). Sum of RGB (Red+Green+Blue) = 187+168+206=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8CE is #445731. Grayscale: #B1B1B1. Windows color (decimal): -4478770 or 13543611. OLE color: 13543611.

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

Color convert

RGB 187 168 206 -
CMYK 0.09 0.18 0 0.19
HSL 270º 0.28% 0.73% -
HSV(B) 270º 0.18% 0.81% -
XYZ 45.64 43.03 64.29 -
YUV 178.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 187 168 206 0.09 0.18 0 0.19 270 0.28 0.73
Hex BB A8 CE 9 12 0 13 10E 1C 49
Octal 273 250 316 11 22 0 23 416 34 111
Binary 10111011 10101000 11001110 1001 10010 0 10011 100001110 11100 1001001

Color Harmonies of #BBA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8CE

Black with #BBA8CE

Text Example


Text Example

White with #BBA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8CE; }

 p { color: rgb(187,168,206); }

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

background-color css

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

 a { background-color: rgb(187,168,206); }

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

border-color css

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

 span { border-color: rgb(187,168,206); }

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