Html Css Color HEX #BF9CA5 Careys Pink

📋 copy color: '#BF9CA5'

red 191 ◦ green 156 ◦ blue 165

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

Shades of Careys Pink #BF9CA5

Tints of Careys Pink #BF9CA5

RGB

 RED value IS 191 (75% from 255) = 37.3%

 GREEN value IS 156 (61.33% from 255) = 30.47%

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 37.3%
G = 30.47%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF9CA5 (or 0xBF9CA5) is known color: Careys Pink. HEX triplet: BF, 9C and A5. RGB value is (191,156,165). Sum of RGB (Red+Green+Blue) = 191+156+165=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CA5 is #40635A. Grayscale: #A7A7A7. Windows color (decimal): -4219739 or 10853567. OLE color: 10853567.

HSL color Cylindrical-coordinate representation of color #BF9CA5: hue angle of 344.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9CA5 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 165 -
CMYK 0 0.18 0.14 0.25
HSL 344.57º 0.21% 0.68% -
HSV(B) 344.57º 0.18% 0.75% -
XYZ 40.17 37.57 40.73 -
YUV 167.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 191 156 165 0 0.18 0.14 0.25 344.57 0.21 0.68
Hex BF 9C A5 0 12 E 19 159 15 44
Octal 277 234 245 0 22 16 31 531 25 104
Binary 10111111 10011100 10100101 0 10010 1110 11001 101011001 10101 1000100

Color Harmonies of #BF9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CA5

Black with #BF9CA5

Text Example


Text Example

White with #BF9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CA5; }

 p { color: rgb(191,156,165); }

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

background-color css

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

 a { background-color: rgb(191,156,165); }

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

border-color css

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

 span { border-color: rgb(191,156,165); }

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