Html Css Color HEX #B8CABE Nebula

📋 copy color: '#B8CABE'

red 184 ◦ green 202 ◦ blue 190

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

Shades of Nebula #B8CABE

Tints of Nebula #B8CABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 31.94%
G = 35.07%
B = 32.99%

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

#B8CABE (or 0xB8CABE) is known color: Nebula. HEX triplet: B8, CA and BE. RGB value is (184,202,190). Sum of RGB (Red+Green+Blue) = 184+202+190=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABE is #473541. Grayscale: #C3C3C3. Windows color (decimal): -4666690 or 12503736. OLE color: 12503736.

HSL color Cylindrical-coordinate representation of color #B8CABE: hue angle of 140º 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 #B8CABE is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 190 -
CMYK 0.09 0 0.06 0.21
HSL 140º 0.15% 0.76% -
HSV(B) 140º 0.09% 0.79% -
XYZ 50.18 56.15 56.91 -
YUV 195.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 184 202 190 0.09 0 0.06 0.21 140 0.15 0.76
Hex B8 CA BE 9 0 6 15 8C F 4C
Octal 270 312 276 11 0 6 25 214 17 114
Binary 10111000 11001010 10111110 1001 0 110 10101 10001100 1111 1001100

Color Harmonies of #B8CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CABE

Black with #B8CABE

Text Example


Text Example

White with #B8CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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