Html Css Color HEX #B7CFC0 Nebula

📋 copy color: '#B7CFC0'

red 183 ◦ green 207 ◦ blue 192

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

Shades of Nebula #B7CFC0

Tints of Nebula #B7CFC0

RGB

 RED value IS 183 (71.88% from 255) = 31.44%

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

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

R = 31.44%
G = 35.57%
B = 32.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#B7CFC0 (or 0xB7CFC0) is known color: Nebula. HEX triplet: B7, CF and C0. RGB value is (183,207,192). Sum of RGB (Red+Green+Blue) = 183+207+192=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC0 is #48303F. Grayscale: #C6C6C6. Windows color (decimal): -4730944 or 12636087. OLE color: 12636087.

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

Color convert

RGB 183 207 192 -
CMYK 0.12 0 0.07 0.19
HSL 142.5º 0.2% 0.76% -
HSV(B) 142.5º 0.12% 0.81% -
XYZ 51.36 58.5 58.45 -
YUV 198.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 183 207 192 0.12 0 0.07 0.19 142.5 0.2 0.76
Hex B7 CF C0 C 0 7 13 8E 14 4C
Octal 267 317 300 14 0 7 23 216 24 114
Binary 10110111 11001111 11000000 1100 0 111 10011 10001110 10100 1001100

Color Harmonies of #B7CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFC0

Black with #B7CFC0

Text Example


Text Example

White with #B7CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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