Html Css Color HEX #BC9E9F Careys Pink

📋 copy color: '#BC9E9F'

red 188 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #BC9E9F

Tints of Careys Pink #BC9E9F

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

 GREEN value IS 158 (62.11% from 255) = 31.29%

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 37.23%
G = 31.29%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC9E9F (or 0xBC9E9F) is known color: Careys Pink. HEX triplet: BC, 9E and 9F. RGB value is (188,158,159). Sum of RGB (Red+Green+Blue) = 188+158+159=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E9F is #436160. Grayscale: #A7A7A7. Windows color (decimal): -4415841 or 10460860. OLE color: 10460860.

HSL color Cylindrical-coordinate representation of color #BC9E9F: hue angle of 358º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9E9F is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 159 -
CMYK 0 0.16 0.15 0.26
HSL 358º 0.18% 0.68% -
HSV(B) 358º 0.16% 0.74% -
XYZ 39.22 37.65 38 -
YUV 167.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 188 158 159 0 0.16 0.15 0.26 358 0.18 0.68
Hex BC 9E 9F 0 10 F 1A 166 12 44
Octal 274 236 237 0 20 17 32 546 22 104
Binary 10111100 10011110 10011111 0 10000 1111 11010 101100110 10010 1000100

Color Harmonies of #BC9E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E9F

Black with #BC9E9F

Text Example


Text Example

White with #BC9E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E9F; }

 p { color: rgb(188,158,159); }

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

background-color css

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

 a { background-color: rgb(188,158,159); }

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

border-color css

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

 span { border-color: rgb(188,158,159); }

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