Html Css Color HEX #B5CFC0 Nebula

📋 copy color: '#B5CFC0'

red 181 ◦ green 207 ◦ blue 192

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

Shades of Nebula #B5CFC0

Tints of Nebula #B5CFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 31.21%
G = 35.69%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#B5CFC0 (or 0xB5CFC0) is known color: Nebula. HEX triplet: B5, CF and C0. RGB value is (181,207,192). Sum of RGB (Red+Green+Blue) = 181+207+192=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC0 is #4A303F. Grayscale: #C5C5C5. Windows color (decimal): -4862016 or 12636085. OLE color: 12636085.

HSL color Cylindrical-coordinate representation of color #B5CFC0: hue angle of 145.38º 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 #B5CFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 192 -
CMYK 0.13 0 0.07 0.19
HSL 145.38º 0.21% 0.76% -
HSV(B) 145.38º 0.13% 0.81% -
XYZ 50.88 58.26 58.43 -
YUV 197.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 181 207 192 0.13 0 0.07 0.19 145.38 0.21 0.76
Hex B5 CF C0 D 0 7 13 91 15 4C
Octal 265 317 300 15 0 7 23 221 25 114
Binary 10110101 11001111 11000000 1101 0 111 10011 10010001 10101 1001100

Color Harmonies of #B5CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFC0

Black with #B5CFC0

Text Example


Text Example

White with #B5CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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