Html Css Color HEX #BBAEAF Careys Pink

📋 copy color: '#BBAEAF'

red 187 ◦ green 174 ◦ blue 175

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

Shades of Careys Pink #BBAEAF

Tints of Careys Pink #BBAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 34.89%
G = 32.46%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBAEAF (or 0xBBAEAF) is known color: Careys Pink. HEX triplet: BB, AE and AF. RGB value is (187,174,175). Sum of RGB (Red+Green+Blue) = 187+174+175=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAF is #445150. Grayscale: #B2B2B2. Windows color (decimal): -4477265 or 11513531. OLE color: 11513531.

HSL color Cylindrical-coordinate representation of color #BBAEAF: hue angle of 355.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAEAF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 175 -
CMYK 0 0.07 0.06 0.27
HSL 355.38º 0.09% 0.71% -
HSV(B) 355.38º 0.07% 0.73% -
XYZ 43.37 43.93 46.75 -
YUV 178 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 187 174 175 0 0.07 0.06 0.27 355.38 0.09 0.71
Hex BB AE AF 0 7 6 1B 163 9 47
Octal 273 256 257 0 7 6 33 543 11 107
Binary 10111011 10101110 10101111 0 111 110 11011 101100011 1001 1000111

Color Harmonies of #BBAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEAF

Black with #BBAEAF

Text Example


Text Example

White with #BBAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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