Html Css Color HEX #AFEBBC Fringy Flower

📋 copy color: '#AFEBBC'

red 175 ◦ green 235 ◦ blue 188

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

Shades of Fringy Flower #AFEBBC

Tints of Fringy Flower #AFEBBC

RGB

 RED value IS 175 (68.75% from 255) = 29.26%

 GREEN value IS 235 (92.19% from 255) = 39.3%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 29.26%
G = 39.3%
B = 31.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#AFEBBC (or 0xAFEBBC) is known color: Fringy Flower. HEX triplet: AF, EB and BC. RGB value is (175,235,188). Sum of RGB (Red+Green+Blue) = 175+235+188=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBBC is #501443. Grayscale: #D3D3D3. Windows color (decimal): -5248068 or 12381103. OLE color: 12381103.

HSL color Cylindrical-coordinate representation of color #AFEBBC: hue angle of 133º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBBC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 188 -
CMYK 0.26 0 0.2 0.08
HSL 133º 0.6% 0.8% -
HSV(B) 133º 0.26% 0.92% -
XYZ 56.46 72.16 58.53 -
YUV 211.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 175 235 188 0.26 0 0.2 0.08 133 0.6 0.8
Hex AF EB BC 1A 0 14 8 85 3C 50
Octal 257 353 274 32 0 24 10 205 74 120
Binary 10101111 11101011 10111100 11010 0 10100 1000 10000101 111100 1010000

Color Harmonies of #AFEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBBC

Black with #AFEBBC

Text Example


Text Example

White with #AFEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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