Html Css Color HEX #BBA3C8 Chatelle

📋 copy color: '#BBA3C8'

red 187 ◦ green 163 ◦ blue 200

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

Shades of Chatelle #BBA3C8

Tints of Chatelle #BBA3C8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

 BLUE value IS 200 (78.52% from 255) = 36.36%

R = 34%
G = 29.64%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBA3C8 (or 0xBBA3C8) is known color: Chatelle. HEX triplet: BB, A3 and C8. RGB value is (187,163,200). Sum of RGB (Red+Green+Blue) = 187+163+200=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBA3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C8 is #445C37. Grayscale: #AEAEAE. Windows color (decimal): -4480056 or 13149115. OLE color: 13149115.

HSL color Cylindrical-coordinate representation of color #BBA3C8: hue angle of 278.92º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA3C8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 163 200 -
CMYK 0.06 0.18 0 0.22
HSL 278.92º 0.25% 0.71% -
HSV(B) 278.92º 0.19% 0.78% -
XYZ 44.02 40.93 60.22 -
YUV 174.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 187 163 200 0.06 0.18 0 0.22 278.92 0.25 0.71
Hex BB A3 C8 6 12 0 16 117 19 47
Octal 273 243 310 6 22 0 26 427 31 107
Binary 10111011 10100011 11001000 110 10010 0 10110 100010111 11001 1000111

Color Harmonies of #BBA3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3C8

Black with #BBA3C8

Text Example


Text Example

White with #BBA3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3C8; }

 p { color: rgb(187,163,200); }

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

background-color css

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

 a { background-color: rgb(187,163,200); }

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

border-color css

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

 span { border-color: rgb(187,163,200); }

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