Html Css Color HEX #AFCBBC Nebula

📋 copy color: '#AFCBBC'

red 175 ◦ green 203 ◦ blue 188

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

Shades of Nebula #AFCBBC

Tints of Nebula #AFCBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

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

R = 30.92%
G = 35.87%
B = 33.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#AFCBBC (or 0xAFCBBC) is known color: Nebula. HEX triplet: AF, CB and BC. RGB value is (175,203,188). Sum of RGB (Red+Green+Blue) = 175+203+188=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBC is #503443. Grayscale: #C0C0C0. Windows color (decimal): -5256260 or 12372911. OLE color: 12372911.

HSL color Cylindrical-coordinate representation of color #AFCBBC: hue angle of 147.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBBC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 188 -
CMYK 0.14 0 0.07 0.20
HSL 147.86º 0.21% 0.74% -
HSV(B) 147.86º 0.14% 0.8% -
XYZ 48.11 55.46 55.75 -
YUV 192.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 175 203 188 0.14 0 0.07 0.20 147.86 0.21 0.74
Hex AF CB BC E 0 7 14 94 15 4A
Octal 257 313 274 16 0 7 24 224 25 112
Binary 10101111 11001011 10111100 1110 0 111 10100 10010100 10101 1001010

Color Harmonies of #AFCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBBC

Black with #AFCBBC

Text Example


Text Example

White with #AFCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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