Html Css Color HEX #CCBEBF Pink Flare

📋 copy color: '#CCBEBF'

red 204 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #CCBEBF

Tints of Pink Flare #CCBEBF

RGB

 RED value IS 204 (80.08% from 255) = 34.87%

 GREEN value IS 190 (74.61% from 255) = 32.48%

 BLUE value IS 191 (75% from 255) = 32.65%

R = 34.87%
G = 32.48%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCBEBF (or 0xCCBEBF) is known color: Pink Flare. HEX triplet: CC, BE and BF. RGB value is (204,190,191). Sum of RGB (Red+Green+Blue) = 204+190+191=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBF is #334140. Grayscale: #C2C2C2. Windows color (decimal): -3359041 or 12566220. OLE color: 12566220.

HSL color Cylindrical-coordinate representation of color #CCBEBF: hue angle of 355.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEBF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 191 -
CMYK 0 0.07 0.06 0.2
HSL 355.71º 0.12% 0.77% -
HSV(B) 355.71º 0.07% 0.8% -
XYZ 52.72 53.43 56.82 -
YUV 194.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 204 190 191 0 0.07 0.06 0.2 355.71 0.12 0.77
Hex CC BE BF 0 7 6 14 164 C 4D
Octal 314 276 277 0 7 6 24 544 14 115
Binary 11001100 10111110 10111111 0 111 110 10100 101100100 1100 1001101

Color Harmonies of #CCBEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEBF

Black with #CCBEBF

Text Example


Text Example

White with #CCBEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEBF; }

 p { color: rgb(204,190,191); }

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

background-color css

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

 a { background-color: rgb(204,190,191); }

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

border-color css

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

 span { border-color: rgb(204,190,191); }

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