Html Css Color HEX #B5CFC2 Nebula

📋 copy color: '#B5CFC2'

red 181 ◦ green 207 ◦ blue 194

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

Shades of Nebula #B5CFC2

Tints of Nebula #B5CFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 31.1%
G = 35.57%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B5CFC2 (or 0xB5CFC2) is known color: Nebula. HEX triplet: B5, CF and C2. RGB value is (181,207,194). Sum of RGB (Red+Green+Blue) = 181+207+194=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC2 is #4A303D. Grayscale: #C5C5C5. Windows color (decimal): -4862014 or 12767157. OLE color: 12767157.

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

Color convert

RGB 181 207 194 -
CMYK 0.13 0 0.06 0.19
HSL 150º 0.21% 0.76% -
HSV(B) 150º 0.13% 0.81% -
XYZ 51.11 58.34 59.61 -
YUV 197.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 181 207 194 0.13 0 0.06 0.19 150 0.21 0.76
Hex B5 CF C2 D 0 6 13 96 15 4C
Octal 265 317 302 15 0 6 23 226 25 114
Binary 10110101 11001111 11000010 1101 0 110 10011 10010110 10101 1001100

Color Harmonies of #B5CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFC2

Black with #B5CFC2

Text Example


Text Example

White with #B5CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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