Html Css Color HEX #B5CFBE Nebula

📋 copy color: '#B5CFBE'

red 181 ◦ green 207 ◦ blue 190

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

Shades of Nebula #B5CFBE

Tints of Nebula #B5CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.81%

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

R = 31.31%
G = 35.81%
B = 32.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B5CFBE (or 0xB5CFBE) is known color: Nebula. HEX triplet: B5, CF and BE. RGB value is (181,207,190). Sum of RGB (Red+Green+Blue) = 181+207+190=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBE is #4A3041. Grayscale: #C5C5C5. Windows color (decimal): -4862018 or 12505013. OLE color: 12505013.

HSL color Cylindrical-coordinate representation of color #B5CFBE: hue angle of 140.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFBE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 190 -
CMYK 0.13 0 0.08 0.19
HSL 140.77º 0.21% 0.76% -
HSV(B) 140.77º 0.13% 0.81% -
XYZ 50.66 58.17 57.27 -
YUV 197.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 181 207 190 0.13 0 0.08 0.19 140.77 0.21 0.76
Hex B5 CF BE D 0 8 13 8D 15 4C
Octal 265 317 276 15 0 10 23 215 25 114
Binary 10110101 11001111 10111110 1101 0 1000 10011 10001101 10101 1001100

Color Harmonies of #B5CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFBE

Black with #B5CFBE

Text Example


Text Example

White with #B5CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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