Html Css Color HEX #B8CDBE Nebula

📋 copy color: '#B8CDBE'

red 184 ◦ green 205 ◦ blue 190

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

Shades of Nebula #B8CDBE

Tints of Nebula #B8CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

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

R = 31.78%
G = 35.41%
B = 32.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#B8CDBE (or 0xB8CDBE) is known color: Nebula. HEX triplet: B8, CD and BE. RGB value is (184,205,190). Sum of RGB (Red+Green+Blue) = 184+205+190=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDBE is #473241. Grayscale: #C5C5C5. Windows color (decimal): -4665922 or 12504504. OLE color: 12504504.

HSL color Cylindrical-coordinate representation of color #B8CDBE: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDBE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 205 190 -
CMYK 0.10 0 0.07 0.20
HSL 137.14º 0.17% 0.76% -
HSV(B) 137.14º 0.1% 0.8% -
XYZ 50.89 57.57 57.15 -
YUV 197.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 184 205 190 0.10 0 0.07 0.20 137.14 0.17 0.76
Hex B8 CD BE A 0 7 14 89 11 4C
Octal 270 315 276 12 0 7 24 211 21 114
Binary 10111000 11001101 10111110 1010 0 111 10100 10001001 10001 1001100

Color Harmonies of #B8CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDBE

Black with #B8CDBE

Text Example


Text Example

White with #B8CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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