Html Css Color HEX #BBADAE Careys Pink

📋 copy color: '#BBADAE'

red 187 ◦ green 173 ◦ blue 174

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

Shades of Careys Pink #BBADAE

Tints of Careys Pink #BBADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 35.02%
G = 32.4%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBADAE (or 0xBBADAE) is known color: Careys Pink. HEX triplet: BB, AD and AE. RGB value is (187,173,174). Sum of RGB (Red+Green+Blue) = 187+173+174=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAE is #445251. Grayscale: #B1B1B1. Windows color (decimal): -4477522 or 11447739. OLE color: 11447739.

HSL color Cylindrical-coordinate representation of color #BBADAE: hue angle of 355.71º 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 #BBADAE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 174 -
CMYK 0 0.07 0.07 0.27
HSL 355.71º 0.09% 0.71% -
HSV(B) 355.71º 0.07% 0.73% -
XYZ 43.08 43.51 46.17 -
YUV 177.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 187 173 174 0 0.07 0.07 0.27 355.71 0.09 0.71
Hex BB AD AE 0 7 7 1B 164 9 47
Octal 273 255 256 0 7 7 33 544 11 107
Binary 10111011 10101101 10101110 0 111 111 11011 101100100 1001 1000111

Color Harmonies of #BBADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADAE

Black with #BBADAE

Text Example


Text Example

White with #BBADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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