Html Css Color HEX #BCAFB2 Careys Pink

📋 copy color: '#BCAFB2'

red 188 ◦ green 175 ◦ blue 178

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

Shades of Careys Pink #BCAFB2

Tints of Careys Pink #BCAFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 34.75%
G = 32.35%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCAFB2 (or 0xBCAFB2) is known color: Careys Pink. HEX triplet: BC, AF and B2. RGB value is (188,175,178). Sum of RGB (Red+Green+Blue) = 188+175+178=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFB2 is #43504D. Grayscale: #B3B3B3. Windows color (decimal): -4411470 or 11710396. OLE color: 11710396.

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

Color convert

RGB 188 175 178 -
CMYK 0 0.07 0.05 0.26
HSL 346.15º 0.09% 0.71% -
HSV(B) 346.15º 0.07% 0.74% -
XYZ 44.1 44.57 48.4 -
YUV 179.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 188 175 178 0 0.07 0.05 0.26 346.15 0.09 0.71
Hex BC AF B2 0 7 5 1A 15A 9 47
Octal 274 257 262 0 7 5 32 532 11 107
Binary 10111100 10101111 10110010 0 111 101 11010 101011010 1001 1000111

Color Harmonies of #BCAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFB2

Black with #BCAFB2

Text Example


Text Example

White with #BCAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFB2; }

 p { color: rgb(188,175,178); }

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

background-color css

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

 a { background-color: rgb(188,175,178); }

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

border-color css

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

 span { border-color: rgb(188,175,178); }

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