Html Css Color HEX #B8CABD Nebula

📋 copy color: '#B8CABD'

red 184 ◦ green 202 ◦ blue 189

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

Shades of Nebula #B8CABD

Tints of Nebula #B8CABD

RGB

 RED value IS 184 (72.27% from 255) = 32%

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

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

R = 32%
G = 35.13%
B = 32.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#B8CABD (or 0xB8CABD) is known color: Nebula. HEX triplet: B8, CA and BD. RGB value is (184,202,189). Sum of RGB (Red+Green+Blue) = 184+202+189=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABD is #473542. Grayscale: #C3C3C3. Windows color (decimal): -4666691 or 12438200. OLE color: 12438200.

HSL color Cylindrical-coordinate representation of color #B8CABD: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CABD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 189 -
CMYK 0.09 0 0.06 0.21
HSL 136.67º 0.15% 0.76% -
HSV(B) 136.67º 0.09% 0.79% -
XYZ 50.07 56.11 56.33 -
YUV 195.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 184 202 189 0.09 0 0.06 0.21 136.67 0.15 0.76
Hex B8 CA BD 9 0 6 15 89 F 4C
Octal 270 312 275 11 0 6 25 211 17 114
Binary 10111000 11001010 10111101 1001 0 110 10101 10001001 1111 1001100

Color Harmonies of #B8CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CABD

Black with #B8CABD

Text Example


Text Example

White with #B8CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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