Html Css Color HEX #B5D0C1 Nebula

📋 copy color: '#B5D0C1'

red 181 ◦ green 208 ◦ blue 193

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

Shades of Nebula #B5D0C1

Tints of Nebula #B5D0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 31.1%
G = 35.74%
B = 33.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#B5D0C1 (or 0xB5D0C1) is known color: Nebula. HEX triplet: B5, D0 and C1. RGB value is (181,208,193). Sum of RGB (Red+Green+Blue) = 181+208+193=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0C1 is #4A2F3E. Grayscale: #C6C6C6. Windows color (decimal): -4861759 or 12701877. OLE color: 12701877.

HSL color Cylindrical-coordinate representation of color #B5D0C1: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0C1 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 193 -
CMYK 0.13 0 0.07 0.18
HSL 146.67º 0.22% 0.76% -
HSV(B) 146.67º 0.13% 0.82% -
XYZ 51.24 58.79 59.1 -
YUV 198.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 181 208 193 0.13 0 0.07 0.18 146.67 0.22 0.76
Hex B5 D0 C1 D 0 7 12 93 16 4C
Octal 265 320 301 15 0 7 22 223 26 114
Binary 10110101 11010000 11000001 1101 0 111 10010 10010011 10110 1001100

Color Harmonies of #B5D0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D0C1

Black with #B5D0C1

Text Example


Text Example

White with #B5D0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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