Html Css Color HEX #B5CDC1 Nebula

📋 copy color: '#B5CDC1'

red 181 ◦ green 205 ◦ blue 193

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

Shades of Nebula #B5CDC1

Tints of Nebula #B5CDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.33%

R = 31.26%
G = 35.41%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B5CDC1 (or 0xB5CDC1) is known color: Nebula. HEX triplet: B5, CD and C1. RGB value is (181,205,193). Sum of RGB (Red+Green+Blue) = 181+205+193=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC1 is #4A323E. Grayscale: #C4C4C4. Windows color (decimal): -4862527 or 12701109. OLE color: 12701109.

HSL color Cylindrical-coordinate representation of color #B5CDC1: hue angle of 150º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDC1 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 205 193 -
CMYK 0.12 0 0.06 0.20
HSL 150º 0.19% 0.76% -
HSV(B) 150º 0.12% 0.8% -
XYZ 50.51 57.34 58.86 -
YUV 196.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 181 205 193 0.12 0 0.06 0.20 150 0.19 0.76
Hex B5 CD C1 C 0 6 14 96 13 4C
Octal 265 315 301 14 0 6 24 226 23 114
Binary 10110101 11001101 11000001 1100 0 110 10100 10010110 10011 1001100

Color Harmonies of #B5CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDC1

Black with #B5CDC1

Text Example


Text Example

White with #B5CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDC1; }

 p { color: rgb(181,205,193); }

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

background-color css

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

 a { background-color: rgb(181,205,193); }

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

border-color css

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

 span { border-color: rgb(181,205,193); }

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