Html Css Color HEX #B5CBBE Nebula

📋 copy color: '#B5CBBE'

red 181 ◦ green 203 ◦ blue 190

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

Shades of Nebula #B5CBBE

Tints of Nebula #B5CBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.37%

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

R = 31.53%
G = 35.37%
B = 33.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B5CBBE (or 0xB5CBBE) is known color: Nebula. HEX triplet: B5, CB and BE. RGB value is (181,203,190). Sum of RGB (Red+Green+Blue) = 181+203+190=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBBE is #4A3441. Grayscale: #C2C2C2. Windows color (decimal): -4863042 or 12503989. OLE color: 12503989.

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

Color convert

RGB 181 203 190 -
CMYK 0.11 0 0.06 0.20
HSL 144.55º 0.17% 0.75% -
HSV(B) 144.55º 0.11% 0.8% -
XYZ 49.71 56.25 56.95 -
YUV 194.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 181 203 190 0.11 0 0.06 0.20 144.55 0.17 0.75
Hex B5 CB BE B 0 6 14 91 11 4B
Octal 265 313 276 13 0 6 24 221 21 113
Binary 10110101 11001011 10111110 1011 0 110 10100 10010001 10001 1001011

Color Harmonies of #B5CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBBE

Black with #B5CBBE

Text Example


Text Example

White with #B5CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBBE; }

 p { color: rgb(181,203,190); }

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

background-color css

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

 a { background-color: rgb(181,203,190); }

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

border-color css

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

 span { border-color: rgb(181,203,190); }

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