Html Css Color HEX #B5DAC3 Nebula

📋 copy color: '#B5DAC3'

red 181 ◦ green 218 ◦ blue 195

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

Shades of Nebula #B5DAC3

Tints of Nebula #B5DAC3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.7%

 BLUE value IS 195 (76.56% from 255) = 32.83%

R = 30.47%
G = 36.7%
B = 32.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#B5DAC3 (or 0xB5DAC3) is known color: Nebula. HEX triplet: B5, DA and C3. RGB value is (181,218,195). Sum of RGB (Red+Green+Blue) = 181+218+195=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAC3 is #4A253C. Grayscale: #CCCCCC. Windows color (decimal): -4859197 or 12835509. OLE color: 12835509.

HSL color Cylindrical-coordinate representation of color #B5DAC3: hue angle of 142.7º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DAC3 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 218 195 -
CMYK 0.17 0 0.11 0.15
HSL 142.7º 0.33% 0.78% -
HSV(B) 142.7º 0.17% 0.85% -
XYZ 53.98 63.91 61.12 -
YUV 204.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 181 218 195 0.17 0 0.11 0.15 142.7 0.33 0.78
Hex B5 DA C3 11 0 B F 8F 21 4E
Octal 265 332 303 21 0 13 17 217 41 116
Binary 10110101 11011010 11000011 10001 0 1011 1111 10001111 100001 1001110

Color Harmonies of #B5DAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DAC3

Black with #B5DAC3

Text Example


Text Example

White with #B5DAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DAC3; }

 p { color: rgb(181,218,195); }

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

background-color css

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

 a { background-color: rgb(181,218,195); }

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

border-color css

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

 span { border-color: rgb(181,218,195); }

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