Html Css Color HEX #B5CABD Nebula

📋 copy color: '#B5CABD'

red 181 ◦ green 202 ◦ blue 189

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

Shades of Nebula #B5CABD

Tints of Nebula #B5CABD

RGB

 RED value IS 181 (71.09% from 255) = 31.64%

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 31.64%
G = 35.31%
B = 33.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#B5CABD (or 0xB5CABD) is known color: Nebula. HEX triplet: B5, CA and BD. RGB value is (181,202,189). Sum of RGB (Red+Green+Blue) = 181+202+189=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABD is #4A3542. Grayscale: #C2C2C2. Windows color (decimal): -4863299 or 12438197. OLE color: 12438197.

HSL color Cylindrical-coordinate representation of color #B5CABD: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5CABD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 189 -
CMYK 0.10 0 0.06 0.21
HSL 142.86º 0.17% 0.75% -
HSV(B) 142.86º 0.1% 0.79% -
XYZ 49.36 55.74 56.3 -
YUV 194.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 181 202 189 0.10 0 0.06 0.21 142.86 0.17 0.75
Hex B5 CA BD A 0 6 15 8F 11 4B
Octal 265 312 275 12 0 6 25 217 21 113
Binary 10110101 11001010 10111101 1010 0 110 10101 10001111 10001 1001011

Color Harmonies of #B5CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CABD

Black with #B5CABD

Text Example


Text Example

White with #B5CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CABD; }

 p { color: rgb(181,202,189); }

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

background-color css

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

 a { background-color: rgb(181,202,189); }

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

border-color css

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

 span { border-color: rgb(181,202,189); }

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