Html Css Color HEX #BBAEC1 Chatelle

📋 copy color: '#BBAEC1'

red 187 ◦ green 174 ◦ blue 193

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

Shades of Chatelle #BBAEC1

Tints of Chatelle #BBAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 33.75%
G = 31.41%
B = 34.84%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBAEC1 (or 0xBBAEC1) is known color: Chatelle. HEX triplet: BB, AE and C1. RGB value is (187,174,193). Sum of RGB (Red+Green+Blue) = 187+174+193=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC1 is #44513E. Grayscale: #B3B3B3. Windows color (decimal): -4477247 or 12693179. OLE color: 12693179.

HSL color Cylindrical-coordinate representation of color #BBAEC1: hue angle of 281.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAEC1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 174 193 -
CMYK 0.03 0.10 0 0.24
HSL 281.05º 0.13% 0.72% -
HSV(B) 281.05º 0.1% 0.76% -
XYZ 45.26 44.69 56.69 -
YUV 180.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 187 174 193 0.03 0.10 0 0.24 281.05 0.13 0.72
Hex BB AE C1 3 A 0 18 119 D 48
Octal 273 256 301 3 12 0 30 431 15 110
Binary 10111011 10101110 11000001 11 1010 0 11000 100011001 1101 1001000

Color Harmonies of #BBAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEC1

Black with #BBAEC1

Text Example


Text Example

White with #BBAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEC1; }

 p { color: rgb(187,174,193); }

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

background-color css

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

 a { background-color: rgb(187,174,193); }

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

border-color css

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

 span { border-color: rgb(187,174,193); }

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